1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name gtk-chtheme |
---|
4 | version 0.3.1 |
---|
5 | categories x11 |
---|
6 | maintainers alexandernx@gmail.com |
---|
7 | description gtk-2 theme switcher |
---|
8 | long_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. |
---|
11 | homepage http://plasmasturm.org/programs/gtk-chtheme/ |
---|
12 | master_sites http://plasmasturm.org/code/gtk-chtheme/ |
---|
13 | use_bzip2 yes |
---|
14 | checksums md5 f688053bf26dd6c4f1cd0bf2ee33de2a |
---|
15 | depends_lib lib:libgtk.2:gtk2 |
---|
16 | worksrcdir ${name}-${version} |
---|
17 | patchfiles Metadata.diff |
---|
18 | destroot.destdir DESTDIR=${destroot}${prefix} |
---|
19 | configure { system "install -o root -m 755 -d ${destroot}${prefix}/${name}" } |
---|