freebsd-ports/textproc/libstree/Makefile
Dmitry Marakasov 8847a2da88 - Strip library
2015-06-18 21:24:29 +00:00

22 lines
443 B
Makefile

# Created by: clsung
# $FreeBSD$
PORTNAME= libstree
PORTVERSION= 0.4.2
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.icir.org/christian/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic Suffix Tree Library
USES= gmake libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's,^\(SUBDIRS = src test\) docs,\1,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>