summaryrefslogtreecommitdiff
path: root/net/tcpreen/Makefile
blob: 0458c43a7e3de054f5c6e8e2405e8156c29d1916 (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
26
27
28
29
30
# Created by: Janos.Mohacsi@bsd.hu

PORTNAME=	tcpreen
PORTVERSION=	1.4.4
PORTREVISION=	3
CATEGORIES=	net
MASTER_SITES=	http://www.remlab.net/files/tcpreen/

MAINTAINER=	jmohacsi@bsd.hu
COMMENT=	Simple TCP session re-engineering tool

LICENSE=	GPLv2+

USES=		cpe tar:bzip2
GNU_CONFIGURE=	yes

OPTIONS_SUB=	yes

PORTDOCS=	AUTHORS NEWS README THANKS TODO

OPTIONS_DEFINE=	DOCS NLS

NLS_USES=	gettext
NLS_CONFIGURE_OFF=	--disable-nls

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>