freebsd-ports/textproc/libstree/Makefile

22 lines
413 B
Makefile
Raw Normal View History

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