pkgsrc/textproc/marisa/Makefile

16 lines
317 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2019/11/04 21:43:38 rillig 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"