1cb52aa447
from Benoit Lecocq, thanks!
40 lines
985 B
Makefile
40 lines
985 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/01/08 22:12:59 jasper Exp $
|
|
|
|
COMMENT= passive web application security assessment tool
|
|
|
|
DISTNAME= ratproxy-1.53
|
|
CATEGORIES= www security
|
|
|
|
HOMEPAGE= http://ratproxy.googlecode.com/
|
|
|
|
# Apache License 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
|
|
|
WANTLIB= c crypto ssl
|
|
|
|
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>
|