1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/libstree/Makefile
Dmitry Marakasov 309fd080e1 - Remove indefinite article from COMMENT
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-07-01 15:03:32 +00:00

22 lines
414 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= clsung@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>