freebsd-ports/net/tcpreen/Makefile
Bernhard Froehlich f77310893e
net/tcpreen: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 11:36:19 +00:00

30 lines
578 B
Makefile

# 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>