aboutsummaryrefslogtreecommitdiff
path: root/security/zenmap
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2016-09-17 00:13:38 +0000
committerBen Woods <woodsb02@FreeBSD.org>2016-09-17 00:13:38 +0000
commite50b5c5e8d425ee35d7b5f8c36cffb35a354db77 (patch)
tree04b8a5dccd2d9e98c88e04e84781725268276d55 /security/zenmap
parent6efcbda657795ad9210013f87267c64df27dacea (diff)
downloadports-e50b5c5e8d425ee35d7b5f8c36cffb35a354db77.tar.gz
ports-e50b5c5e8d425ee35d7b5f8c36cffb35a354db77.zip
Notes
Diffstat (limited to 'security/zenmap')
-rw-r--r--security/zenmap/Makefile41
-rw-r--r--security/zenmap/distinfo4
2 files changed, 15 insertions, 30 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
index a11e2ce2d3d6..5b2cd57669bb 100644
--- a/security/zenmap/Makefile
+++ b/security/zenmap/Makefile
@@ -1,27 +1,20 @@
# Created by: Daniel Roethlisberger <daniel@roe.ch>
# $FreeBSD$
-PORTNAME= zenmap
-PORTVERSION= 6.47
-PORTREVISION= 1
-CATEGORIES= security ipv6
-MASTER_SITES= http://nmap.org/dist/ \
- SF/nemysisfreebsdp/security/:icons
-DISTNAME= nmap-${PORTVERSION}
-DISTFILES= nmap-${PORTVERSION}${EXTRACT_SUFX} \
- ${PORTNAME}.png:icons
-EXTRACT_ONLY= nmap-${PORTVERSION}${EXTRACT_SUFX}
+PKGNAMEPREFIX= ze
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= woodsb02@FreeBSD.org
COMMENT= GUI frontend for the Nmap scanning utility
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
RUN_DEPENDS= nmap:security/nmap \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
-WRKSRC_SUBDIR= ${PORTNAME}
+MASTERDIR= ${.CURDIR}/../nmap
+PATCHDIR= ${.CURDIR}/files
+FILESDIR= ${.CURDIR}/files
+DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
+PKGDIR= ${.CURDIR}
+WRKSRC_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
USES= dos2unix python tar:bzip2
DOS2UNIX_GLOB= *.xml
@@ -37,11 +30,9 @@ NLS_USES= gettext
SUB_FILES= zenmap-root
-post-extract:
- @${RM} -f ${WRKSRC}/install_scripts/unix/su-to-zenmap.sh
- @${CP} -a ${FILESDIR}/pc-su ${WRKSRC}/install_scripts/unix/su-to-zenmap.sh
-
post-patch:
+ @${RM} ${WRKSRC}/install_scripts/unix/su-to-zenmap.sh
+ @${CP} -a ${FILESDIR}/pc-su ${WRKSRC}/install_scripts/unix/su-to-zenmap.sh
@${FIND} ${WRKSRC} -name '*.py' -or -name '*.pyw' | ${XARGS} \
${REINPLACE_CMD} -e 's|^.*#!.*python.*$$|#!${PYTHON_CMD}|'
@${REINPLACE_CMD} -e 's|^.*#!.*python.*$$|#!${PYTHON_CMD}|' \
@@ -60,8 +51,8 @@ post-patch:
s|self.saved_prefix, pixmaps_dir, ||' \
${WRKSRC}/setup.py
@${REINPLACE_CMD} \
- -e 's|share/man/man1|man/man1|; \
- s|"install": checked_install||' \
+ -e 's|share/man/man1|man/man1|' \
+ -e '/"install": checked_install/d' \
${WRKSRC}/../ndiff/setup.py
@${FIND} ${WRKSRC} -name "*.bak" -delete
@${FIND} ${WRKSRC}/../ndiff -name "*.bak" -delete
@@ -71,7 +62,7 @@ post-patch-NLS-off:
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/zenmap-root ${STAGEDIR}${PREFIX}/bin/
- @(cd ${STAGEDIR}${DATADIR} && ${CHMOD} 754 su-to-zenmap.sh)
+ @${CHMOD} 754 ${STAGEDIR}${DATADIR}/su-to-zenmap.sh
${INSTALL_MAN} ${WRKSRC}/../docs/zenmap.1 \
${STAGEDIR}${MAN1PREFIX}/man/man1/
@(cd ${WRKSRC}/../ndiff \
@@ -79,8 +70,6 @@ post-install:
@(cd ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR} && ${RM} ndiff.pyc)
@(cd ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR} && ${PYTHON_CMD} -m compileall .)
@(cd ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR} && ${PYTHON_CMD} -O -m compileall .)
+ @(cd ${STAGEDIR}${PREFIX}/share/pixmaps && ${LN} -sf ../zenmap/pixmaps/zenmap.png zenmap.png)
- ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
- ${STAGEDIR}${PREFIX}/share/pixmaps/
-
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"
diff --git a/security/zenmap/distinfo b/security/zenmap/distinfo
deleted file mode 100644
index e840595e7c2d..000000000000
--- a/security/zenmap/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (nmap-6.47.tar.bz2) = 8fa11e9e203ce2d81a207db5ca4f110a525f6c01c1dd0018325a7112a51aa591
-SIZE (nmap-6.47.tar.bz2) = 7878122
-SHA256 (zenmap.png) = 55c232603d0cf02ee2e7cc0c0ba02101d18a33555644a6348fb533329c4cfce1
-SIZE (zenmap.png) = 2832