aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libstree/Makefile
blob: b43bac097932608c61c1b3a8ea030e1731da77b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: clsung
# $FreeBSD$

PORTNAME=   libstree
PORTVERSION=    0.4.2
PORTREVISION=   2
CATEGORIES= textproc
MASTER_SITES=   http://www.icir.org/christian/downloads/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Generic Suffix Tree Library

USES=       gmake libtool
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes

post-patch:
    @${REINPLACE_CMD} -e 's,^\(SUBDIRS = src test\) docs,\1,' \
        ${WRKSRC}/Makefile.in

.include <bsd.port.mk>