1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/subweb/Makefile
Emanuel Haupt f8d68c8469 - Support staging
- Use shebangfix
2014-02-25 12:35:05 +00:00

24 lines
500 B
Makefile

# $FreeBSD$
PORTNAME= subweb
PORTVERSION= 1.0
CATEGORIES= security www
MASTER_SITES= http://www.hsc.fr/ressources/outils/subweb/download/
MAINTAINER= ecu@200ok.org
COMMENT= SubWeb is a (reverse) proxy to inspect HTTP flows on the fly
USES= shebangfix
NO_BUILD= yes
SHEBANG_FILES= subweb
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/subweb ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>