mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
309fd080e1
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
22 lines
414 B
Makefile
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>
|