2013-09-21 01:17:30 +02:00
|
|
|
# Created by: clsung
|
2006-03-15 11:40:38 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libstree
|
|
|
|
PORTVERSION= 0.4.2
|
2014-07-01 17:03:32 +02:00
|
|
|
PORTREVISION= 1
|
2006-03-15 11:40:38 +01:00
|
|
|
CATEGORIES= textproc
|
2008-06-18 21:12:59 +02:00
|
|
|
MASTER_SITES= http://www.icir.org/christian/downloads/
|
2006-03-15 11:40:38 +01:00
|
|
|
|
2014-12-02 23:40:56 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-01 17:03:32 +02:00
|
|
|
COMMENT= Generic Suffix Tree Library
|
2006-03-15 11:40:38 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-07-01 17:03:32 +02:00
|
|
|
USES= gmake libtool
|
2006-08-15 03:45:58 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-03-15 11:40:38 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,^\(SUBDIRS = src test\) docs,\1,' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|