Ticket #15860: Portfile

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