freebsd-ports/net/netsed/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

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>