mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
- 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)
31 lines
591 B
Makefile
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>
|