768cd99f7f
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
15 lines
317 B
Makefile
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"
|