1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/tcpreen/Makefile
Oliver Braun 613f841642 Add tcpreen 1.0.0, a simple TCP session re-engineering tool.
PR:		ports/42063
Submitted by:	Janos.Mohacsi@bsd.hu
Approved by:	dwcjr (mentor)
2002-08-27 19:19:51 +00:00

32 lines
550 B
Makefile

# New ports collection makefile for: tcpreen
# Date created: 09.08.2002
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= tcpreen
PORTVERSION= 1.0.0
CATEGORIES= net ipv6
MASTER_SITES= http://rdenisc.free.fr/tcpreen/
MAINTAINER= Janos.Mohacsi@bsd.hu
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= tcpreen.1
DOC_FILES= README
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>