aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libstree/Makefile
blob: 1341f07c4788a255fd9187732bc29c18ed588093 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>