openbsd-ports/www/ratproxy/Makefile
2010-11-22 08:36:47 +00:00

42 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.4 2010/11/22 08:36:53 espie Exp $
COMMENT= passive web application security assessment tool
DISTNAME= ratproxy-1.58
CATEGORIES= www security
HOMEPAGE= http://ratproxy.googlecode.com/
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
# Apache License 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto ssl
MASTER_SITES= ${HOMEPAGE}/files/
RUN_DEPENDS= shells/bash
WRKDIST= ${WRKDIR}/ratproxy/
NO_REGRESS= Yes
do-configure:
${SUBST_CMD} ${WRKSRC}/ratproxy-report.sh ${WRKSRC}/ssl.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ratproxy ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ratproxy-report.sh ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ratproxy/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ratproxy/
${INSTALL_DATA_DIR} ${PREFIX}/share/ratproxy/
.for d in keyfile.pem messages.list ratproxy-back.png
${INSTALL_DATA} ${WRKSRC}/$d ${PREFIX}/share/ratproxy/
.endfor
.include <bsd.port.mk>