e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
25 lines
581 B
Makefile
25 lines
581 B
Makefile
# Created by: Roman Shterenzon <roman@xpert.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netsed
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://silicone.homelinux.org/release/netsed/
|
|
|
|
MAINTAINER= koue@chaosophia.net
|
|
COMMENT= Alters the contents of network packets in real time
|
|
|
|
USES= gmake
|
|
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
PORTDOCS= README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|