1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/tcpreen/Makefile
Erwin Lansing e41fd4106a - Unbreak for 5.x
- Properly conditionalize getopt_long(3) dependency with USE_GETOPT_LONG
- Switch to tracking "unstable" tcreen: update to 1.3.4,
  see ${DOCSDIR}/NEWS for the list of new features and changes
- Install some additional documentation
- Use DOCSDIR in pkg-plist

PR:		53304 [1], 53368 [2], 53578 [3]
Submitted by:	Sergei Kolobov <sergei@kolobov.com> [1] [2], Kirill Ponomarew <ponomarew@oberon.net> [3]
Approved by:	maintainer
2003-06-23 11:46:32 +00:00

35 lines
673 B
Makefile

# New ports collection makefile for: tcpreen
# Date created: 09.08.2002
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= tcpreen
PORTVERSION= 1.3.4
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= Janos.Mohacsi@bsd.hu
COMMENT= A simple TCP session re-engineering tool
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
MAN1= tcpreen.1
DOC_FILES= AUTHORS NEWS README THANKS TODO
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>