ports/net/tcpreen/Makefile
Alex Kozlov d516b5a896 - Add LICENSE
- Use options helpers
- Update WWW [1]

PR:	231258 [1]
Submitted by:	Kurt Jaeger <pi@FreeBSD.org> [1]
Approved by:	Janos Mohacsi <jmohacsi@bsd.hu> (maintainer)
2018-09-29 12:01:25 +00:00

31 lines
591 B
Makefile

# Created by: Janos.Mohacsi@bsd.hu
# $FreeBSD$
PORTNAME= tcpreen
PORTVERSION= 1.4.4
PORTREVISION= 3
CATEGORIES= net ipv6
MASTER_SITES= http://www.remlab.net/files/tcpreen/
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Simple TCP session re-engineering tool
LICENSE= GPLv2+
USES= 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>