Ticket #37926: php-gtk-2.0.3-20121108.diff
File php-gtk-2.0.3-20121108.diff, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
5 5 PortGroup php 1.1 6 6 7 7 name php-gtk 8 version 2.0. 2-201101289 revision 1 8 version 2.0.3-20121108 9 git.branch e972b2524af28df69baa7657413a61eec552fcd2 10 10 categories-append x11 11 11 maintainers kix.in:anant 12 12 license LGPL-2.1+ 13 13 homepage http://gtk.php.net/ 14 14 platforms darwin freebsd 15 15 16 php.branches 5.3 16 php.branches 5.3 5.4 17 17 18 18 description \ 19 19 PHP-GTK: Gtk+ bindings for PHP 5. … … 23 23 language, allowing you to build rich, cross-platform \ 24 24 desktop applications using PHP. 25 25 26 fetch.type svn27 svn.url http://svn.php.net/repository/gtk/php-gtk/trunk/28 svn.revision 30782829 worksrcdir trunk30 31 26 if {${name} != ${subport}} { 27 distname gtk-src-[string range ${git.branch} 0 6] 28 use_xz yes 29 master_sites http://git.php.net/?p=php/gtk-src.git\;a=snapshot\;h=${git.branch}\;sf=txz\;dummy= 30 31 checksums rmd160 b12ccdb5ce3f9779885b769a7f43b47f3392d2ec \ 32 sha256 f7455985446918fe8c55ae5b4432e775466605f1c17e686917449ac81a8ee923 33 32 34 depends_build-append port:pkgconfig 33 35 34 36 depends_lib-append port:gtk2 \ … … 46 48 set docdir ${prefix}/share/doc/${subport} 47 49 xinstall -d ${destroot}${docdir} 48 50 xinstall -m 644 -W ${worksrcpath} \ 49 README README.KNOWN-ISSUES NEWS AUTHORS\51 AUTHORS COPYING.LIB NEWS README README.KNOWN-ISSUES TODO2 \ 50 52 ${destroot}${docdir} 51 53 } 52 54