1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/textproc/libstree/Makefile
Baptiste Daroussin 3f6c422e36 Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
2014-12-02 22:40:56 +00:00

22 lines
413 B
Makefile

# Created by: clsung
# $FreeBSD$
PORTNAME= libstree
PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= textproc
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>