pkgsrc/textproc/marisa/Makefile
rillig 768cd99f7f textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:43:32 +00:00

15 lines
317 B
Makefile

# $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"