aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libstree/Makefile
blob: 7d9fa0b38c3a9df66ad7cdec6e3b1001d1b1ece9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.icir.org/christian/downloads/

MAINTAINER= clsung@FreeBSD.org
COMMENT=    A Generic Suffix Tree Library

USE_AUTOTOOLS=  libtool:22
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>