2013-01-09 20:50:06 +01:00
|
|
|
# Created by: Janos.Mohacsi@bsd.hu
|
2002-08-27 21:19:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tcpreen
|
2007-12-27 23:46:45 +01:00
|
|
|
PORTVERSION= 1.4.4
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 2
|
2002-08-27 21:19:51 +02:00
|
|
|
CATEGORIES= net ipv6
|
2007-12-27 23:46:45 +01:00
|
|
|
MASTER_SITES= http://www.remlab.net/files/tcpreen/
|
2002-08-27 21:19:51 +02:00
|
|
|
|
2013-01-09 20:50:06 +01:00
|
|
|
MAINTAINER= jmohacsi@bsd.hu
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A simple TCP session re-engineering tool
|
2002-08-27 21:19:51 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= tcpreen.1
|
|
|
|
|
2003-06-23 13:46:32 +02:00
|
|
|
DOC_FILES= AUTHORS NEWS README THANKS TODO
|
2003-03-31 03:29:06 +02:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-06 12:22:41 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2004-07-10 21:32:49 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2002-08-27 21:19:51 +02:00
|
|
|
post-install:
|
2013-05-06 12:22:41 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2002-08-27 21:19:51 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${DOC_FILES}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2003-06-23 13:46:32 +02:00
|
|
|
.include <bsd.port.mk>
|