# $Id: Portfile,v 1.1 2004/03/17 08:30:01 olegb Exp $ PortSystem 1.0 name gtk-theme-switch version 2.0.0rc2 categories x11 maintainers jbenninghoff@mac.com description command-line theme switcher for gtk2 long_description \ Command-line replacement for gnomecc theme switcher with optional \ GUI (if passed the --preview or --dock switch) homepage http://www.muhri.net/nav.php3?node=gts master_sites http://www.muhri.net/ platforms darwin checksums md5 f51b254fb347a86feef12db4bd76be6f depends_lib lib:gtk-engines2:gtk-engines2 configure {} destroot { xinstall -m 755 ${worksrcpath}/switch2 ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/switch.1 \ ${destroot}${prefix}/share/man/man1/switch2.1 }