Ticket #1720: Portfile.2.diff
File Portfile.2.diff, 1.0 KB (added by josh64@…, 19 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name gtk-theme-switch 5 version 2.0. 0rc25 version 2.0.4 6 6 categories x11 7 7 maintainers jbenninghoff@mac.com 8 8 description command-line theme switcher for gtk2 9 9 distfiles gtk-theme-switch_2.0.4.tar.gz 10 10 long_description \ 11 11 Command-line replacement for gnomecc theme switcher with optional \ 12 12 GUI (if passed the --preview or --dock switch) 13 13 14 14 homepage http://www.muhri.net/nav.php3?node=gts 15 master_sites http://www.muhri.net/ 16 15 master_sites http://ftp.debian.org/debian/pool/main/g/gtk-theme-switch/ 17 16 platforms darwin 18 checksums md5 f51b254fb347a86feef12db4bd76be6f17 checksums md5 ea213872031bebcb0f3d736352a5aae7 19 18 20 depends_lib lib:gtk-engines2:gtk-engines2 19 depends_lib lib:gtk-engines2:gtk-engines2 \ 20 port:gtk1:gtk1 21 21 22 22 configure {} 23 23 24 destroot { 24 25 xinstall -m 755 ${worksrcpath}/switch2 ${destroot}${prefix}/bin 25 26 xinstall -m 644 ${worksrcpath}/switch.1 \