blob: 50acc85c8b1b94f9f424139024ebf14d7bd2c3b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
WWW= https://www.icir.org/christian/libstree/
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>
|