mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
43ebb75313
- Drop @dirrm* from plist Approved by: portmgr blanket
25 lines
513 B
Makefile
25 lines
513 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
|
|
NO_ARCH= 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>
|