mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f8d68c8469
- Use shebangfix
24 lines
500 B
Makefile
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>
|