1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name gtk-theme-switch |
---|
5 | version 2.0.0rc2 |
---|
6 | categories x11 |
---|
7 | maintainers jbenninghoff@mac.com |
---|
8 | description command-line theme switcher for gtk2 |
---|
9 | |
---|
10 | long_description \ |
---|
11 | Command-line replacement for gnomecc theme switcher with optional \ |
---|
12 | GUI (if passed the --preview or --dock switch) |
---|
13 | |
---|
14 | homepage http://www.muhri.net/nav.php3?node=gts |
---|
15 | master_sites http://www.muhri.net/ |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | checksums md5 f51b254fb347a86feef12db4bd76be6f |
---|
19 | |
---|
20 | depends_lib lib:gtk-engines2:gtk-engines2 |
---|
21 | |
---|
22 | configure {} |
---|
23 | destroot { |
---|
24 | xinstall -m 755 ${worksrcpath}/switch2 ${destroot}${prefix}/bin |
---|
25 | xinstall -m 644 ${worksrcpath}/switch.1 \ |
---|
26 | ${destroot}${prefix}/share/man/man1/switch2.1 |
---|
27 | } |
---|