1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name umit |
---|
7 | version 0.9.5-RC2 |
---|
8 | categories net |
---|
9 | maintainers luis.kop@gmail.com |
---|
10 | description A graphical tool to scanner networks |
---|
11 | homepage http://www.umitproject.org/ |
---|
12 | platforms darwin freebsd |
---|
13 | long_description Umit is a graphical scanner. |
---|
14 | |
---|
15 | patchfiles patch-base.diff patch-setup.diff |
---|
16 | master_sites sourceforge:umit |
---|
17 | |
---|
18 | checksums md5 d781b415b7d9398cc6c1f41631f8a7f5 \ |
---|
19 | sha1 8c2a244149ef5da8f1492755161651bde93adcee \ |
---|
20 | rmd160 48121916e6d469072da669de8099a075d336ebc2 |
---|
21 | |
---|
22 | depends_lib port:coreutils\ |
---|
23 | port:nmap \ |
---|
24 | port:py25-gtk\ |
---|
25 | port:py25-sqlite3 |
---|
26 | |
---|
27 | use_bzip2 yes |
---|
28 | |
---|
29 | post-patch { |
---|
30 | reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/umitCore/BasePaths.py |
---|
31 | } |
---|