Ticket #3172: Portfile

File Portfile, 769 bytes (added by alexandernx@…, 19 years ago)

Portfile

Line 
1# $Id: $
2PortSystem                      1.0
3name                            gtk-chtheme
4version                         0.3.1
5categories                      x11
6maintainers                     alexandernx@gmail.com
7description                     gtk-2 theme switcher
8long_description                Simple and tiny GTK-2 theme switcher. \
9                                If you don't need full gnome and don't like \
10                                changing .rc files by hand, use this app.
11homepage                        http://plasmasturm.org/programs/gtk-chtheme/
12master_sites                    http://plasmasturm.org/code/gtk-chtheme/
13use_bzip2                       yes
14checksums                       md5 f688053bf26dd6c4f1cd0bf2ee33de2a
15depends_lib                     lib:libgtk.2:gtk2
16worksrcdir                      ${name}-${version}
17patchfiles                      Metadata.diff
18destroot.destdir                DESTDIR=${destroot}${prefix}
19configure                       { system "install -o root -m 755 -d ${destroot}${prefix}/${name}" }