freebsd-ports/textproc/libstree/Makefile
Martin Wilke 9a359e7a65 - Stage support
- Convert to gmake to uses
2014-03-04 15:41:28 +00:00

21 lines
415 B
Makefile

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