freebsd-ports/net/netsed/Makefile
Will Andrews 4a339d3853 Add netsed 0.01, a program that alters the contents of packets in
real-time.

PR:		24178
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-03-10 19:44:15 +00:00

27 lines
582 B
Makefile

# Ports collection makefile for: netsed
# Date created: Jan 9 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= netsed
PORTVERSION= 0.01
CATEGORIES= net security
MASTER_SITES= http://dione.ids.pl/~lcamtuf/ \
http://lcamtuf.na.export.pl/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
WRKSRC= ${WRKDIR}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/netsed ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/netsed
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/netsed
.endif
.include <bsd.port.mk>