ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/security/skipfish/Makefile
Revision: 23541
Committed: Sat May 12 20:48:43 2018 UTC (5 years, 11 months ago) by laffer1
File size: 1181 byte(s)
Log Message:
fix a few ports

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= skipfish
4 PORTVERSION= 2.10b
5 PORTREVISION= 3
6 CATEGORIES= security www
7 MASTER_SITES= GOOGLE_CODE
8 EXTRACT_SUFX= .tgz
9
10 MAINTAINER= ports@mMidnightBSD.org
11 COMMENT= Fully automated, active web application security reconnaissance tool
12
13 LICENSE= apache2
14 LICENSE_FILE= ${WRKSRC}/COPYING
15
16 LIB_DEPENDS= libidn.so:dns/libidn \
17 libpcre.so:devel/pcre
18
19 USES= gmake tar:tgz ssl
20 SUB_FILES= pkg-message
21
22 OPTIONS_DEFINE= DOCS
23
24 PORTDOCS= README COPYING ChangeLog
25
26 post-patch:
27 @${REINPLACE_CMD} -e 's:"skipfish.wl":"${DATADIR}/dictionaries/complete.wl":' \
28 -e 's:"assets":"${DATADIR}/assets":' ${WRKSRC}/src/config.h
29
30 do-install:
31 ${INSTALL_PROGRAM} ${WRKSRC}/skipfish ${STAGEDIR}${PREFIX}/bin/skipfish
32 ${INSTALL_SCRIPT} ${WRKSRC}/tools/sfscandiff ${STAGEDIR}${PREFIX}/bin/sfscandiff
33 ${INSTALL_MAN} ${WRKSRC}/doc/skipfish.1 ${STAGEDIR}${PREFIX}/man/man1
34 (cd ${WRKSRC}/assets/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/assets/)
35 (cd ${WRKSRC}/dictionaries/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/dictionaries/)
36 ${MKDIR} ${STAGEDIR}${DOCSDIR}
37 . for doc in ${PORTDOCS}
38 ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
39 . endfor
40
41 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H