Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= zenmap |
8 |
PORTNAME= zenmap |
9 |
PORTVERSION= 5.21 |
9 |
PORTVERSION= 5.21 |
10 |
PORTREVISION= 3 |
10 |
PORTREVISION= 4 |
11 |
CATEGORIES= security ipv6 |
11 |
CATEGORIES= security ipv6 |
12 |
MASTER_SITES= http://nmap.org/dist/ \ |
12 |
MASTER_SITES= http://nmap.org/dist/ \ |
13 |
http://nmap.ucsd.edu/dist/ \ |
13 |
http://nmap.ucsd.edu/dist/ \ |
Lines 21-31
Link Here
|
21 |
COMMENT= GUI frontend for the nmap scanning utility |
21 |
COMMENT= GUI frontend for the nmap scanning utility |
22 |
|
22 |
|
23 |
RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \ |
23 |
RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \ |
24 |
${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 |
24 |
${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 |
25 |
|
25 |
|
26 |
PYDISTUTILS_PKGVERSION= ${DISTVERSION} |
26 |
PYDISTUTILS_PKGVERSION= ${DISTVERSION} |
27 |
USE_BZIP2= yes |
27 |
USE_BZIP2= yes |
28 |
USE_PYTHON= yes |
28 |
USE_PYTHON= 2.5+ |
29 |
USE_GETTEXT= yes |
29 |
USE_GETTEXT= yes |
30 |
USE_GNOME= pygtk2 |
30 |
USE_GNOME= pygtk2 |
31 |
INSTALLS_EGGINFO= yes |
31 |
INSTALLS_EGGINFO= yes |
Lines 35-41
Link Here
|
35 |
|
35 |
|
36 |
.include <bsd.port.pre.mk> |
36 |
.include <bsd.port.pre.mk> |
37 |
|
37 |
|
38 |
.if ${ARCH} != "i386" |
38 |
.if ${ARCH} != "i386" || ${PYTHON_REL} > 260 |
39 |
WITHOUT_PSYCO= yes |
39 |
WITHOUT_PSYCO= yes |
40 |
.endif |
40 |
.endif |