freebsd-ports/textproc/libstree/Makefile
Cheng-Lung Sung e15e2b4bb1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 01:45:58 +00:00

24 lines
485 B
Makefile

# Ports collection makefile for: libstree
# Date created: Thu Mar 2 08:50:15 CST 2006
# Whom: clsung
#
# $FreeBSD$
#
PORTNAME= libstree
PORTVERSION= 0.4.2
CATEGORIES= textproc
MASTER_SITES= http://www.cl.cam.ac.uk/~cpk25/downloads/
MAINTAINER= clsung@FreeBSD.org
COMMENT= A Generic Suffix Tree Library
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's,^\(SUBDIRS = src test\) docs,\1,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>