Lines 8-13
Link Here
|
8 |
|
8 |
|
9 |
PORTNAME= scapy |
9 |
PORTNAME= scapy |
10 |
PORTVERSION= 1.1.1 |
10 |
PORTVERSION= 1.1.1 |
|
|
11 |
PORTREVISION= 1 |
11 |
CATEGORIES= net |
12 |
CATEGORIES= net |
12 |
MASTER_SITES= http://secdev.org/projects/scapy/files/ |
13 |
MASTER_SITES= http://secdev.org/projects/scapy/files/ |
13 |
|
14 |
|
Lines 27-33
Link Here
|
27 |
|
28 |
|
28 |
OPTIONS= PYX "Support for PostScript and PDF graphs drawing" off \ |
29 |
OPTIONS= PYX "Support for PostScript and PDF graphs drawing" off \ |
29 |
PYCRYPTO "Support for py-crypto for WEP decoding" off \ |
30 |
PYCRYPTO "Support for py-crypto for WEP decoding" off \ |
30 |
PYGNUPLOT "Support for py-gnuplot wrapper to plot graphs" off |
31 |
PYGNUPLOT "Support for py-gnuplot wrapper to plot graphs" off \ |
|
|
32 |
P0F_BASE "Support for p0f OS signatures database" off \ |
33 |
QUESO_BASE "Support for queso OS signatures database" off \ |
34 |
NMAP "Support for nmap OS signatures database" off \ |
35 |
MANUF "Support for wireshark's MANUF MAC database" off |
31 |
|
36 |
|
32 |
.include <bsd.port.pre.mk> |
37 |
.include <bsd.port.pre.mk> |
33 |
|
38 |
|
Lines 41-46
Link Here
|
41 |
|
46 |
|
42 |
.if defined(WITH_PYGNUPLOT) |
47 |
.if defined(WITH_PYGNUPLOT) |
43 |
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Gnuplot/__init__.py:${PORTSDIR}/math/py-gnuplot |
48 |
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Gnuplot/__init__.py:${PORTSDIR}/math/py-gnuplot |
|
|
49 |
.endif |
50 |
|
51 |
.if defined(WITH_P0F_BASE) |
52 |
RUN_DEPENDS+= ${PREFIX}/etc/p0f/p0f.fp:${PORTSDIR}/net-mgmt/p0f |
53 |
.endif |
54 |
|
55 |
.if defined(WITH_QUESO_BASE) |
56 |
RUN_DEPENDS+= ${PREFIX}/etc/queso.conf:${PORTSDIR}/net/queso |
57 |
.endif |
58 |
|
59 |
.if defined(WITH_NMAP) |
60 |
RUN_DEPENDS+= ${PREFIX}/share/nmap/nmap-os-fingerprints:${PORTSDIR}/security/nmap |
61 |
.endif |
62 |
|
63 |
.if defined(WITH_MANUF) |
64 |
RUN_DEPENDS+= ${PREFIX}/share/wireshark/manuf:${PORTSDIR}/net/wireshark |
44 |
.endif |
65 |
.endif |
45 |
|
66 |
|
46 |
do-install: |
67 |
do-install: |