1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/textproc/libstree/Makefile
2010-12-04 07:34:27 +00:00

26 lines
507 B
Makefile

# Ports collection makefile for: libstree
# Date created: Thu Mar 2 08:50:15 CST 2006
# Whom: 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
USE_GMAKE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's,^\(SUBDIRS = src test\) docs,\1,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>