mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
318 B
Makefile
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"
|