1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/subweb/Makefile
Wesley Shields d2fcee2d72 Update maintainer address.
Trim headers where applicable and in the cases where the maintainer
is the original author remove the headers entirely.
Update mirror to point to the newer location (old one redirected).

Submitted by:	Nicolas Jombart <ecu@200ok.org> (maintainer, private mail)
2012-12-12 21:40:54 +00:00

21 lines
468 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
NO_BUILD= YES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/subweb ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/subweb
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/subweb
.endif
.include <bsd.port.mk>