2016-01-21 23:40:00 +01:00

16 lines
318 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/05/24 10:21:13 obache Exp $
.include "Makefile.common"
COMMENT= C++ library to provide an implementation of MARISA
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
#TEST_TARGET= check
PKGCONFIG_OVERRIDE+= marisa.pc.in
.include "../../mk/bsd.pkg.mk"