blob: 3a80f3b665ab0aa9493676d5b04ec9cd7b2c06ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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"
|