Ticket #1634: gtk-theme-switch-Portfile

File gtk-theme-switch-Portfile, 684 bytes (added by jbenninghoff@…, 20 years ago)

Portfile

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