2019-11-04 22:43:32 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2019/11/04 21:43:38 rillig Exp $
|
2014-05-24 12:21:13 +02:00
|
|
|
|
|
|
|
.include "Makefile.common"
|
|
|
|
COMMENT= C++ library to provide an implementation of MARISA
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2019-11-04 22:43:32 +01:00
|
|
|
USE_TOOLS+= pkg-config
|
2014-05-24 12:21:13 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
|
|
|
#TEST_TARGET= check
|
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= marisa.pc.in
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|