2005-10-31 10:10:59 +00:00
|
|
|
# Ports collection makefile for: NetSED
|
|
|
|
# Date created: Jan 9 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
2001-03-10 19:44:15 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= netsed
|
|
|
|
PORTVERSION= 0.01
|
2002-08-23 07:38:41 +00:00
|
|
|
PORTREVISION= 1
|
2001-03-10 19:44:15 +00:00
|
|
|
CATEGORIES= net security
|
2005-10-31 10:10:59 +00:00
|
|
|
MASTER_SITES= http://dione.ids.pl/~lcamtuf/
|
2001-03-10 19:44:15 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2005-10-31 10:10:59 +00:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Alters the contents of packets in real-time
|
2001-03-10 19:44:15 +00:00
|
|
|
|
2005-10-31 10:10:59 +00:00
|
|
|
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
|
|
|
|
2001-03-10 19:44:15 +00:00
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
|
2005-10-31 10:10:59 +00:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
PORTDOCS= README
|
|
|
|
|
2001-03-10 19:44:15 +00:00
|
|
|
do-install:
|
2005-10-31 10:10:59 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
2001-03-10 19:44:15 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2005-10-31 10:10:59 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2001-03-10 19:44:15 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|