Ticket #27025: Portfile-py26-pyclutter.diff
File Portfile-py26-pyclutter.diff, 1.3 KB (added by lsinger@…, 14 years ago) |
---|
-
Portfile
old new 5 5 6 6 name py26-pyclutter 7 7 set my_name pyclutter 8 version 1. 0.28 version 1.3.2 9 9 distname ${my_name}-${version} 10 10 set branch [string range $version 0 [expr [string last "." $version] - 1]] 11 11 categories python graphics … … 17 17 homepage http://www.clutter-project.org/ 18 18 master_sites http://www.clutter-project.org/sources/${my_name}/${branch}/ 19 19 20 checksums md5 9bd6a73bba4a40e5dc79003ccb6bc6a7\21 sha1 819d4ec117f5a41939fbb18c8e2b308099888f04\22 rmd160 8b4c89cb701354b62454cf3738c5a55c51c7ca1e20 checksums md5 eee6114b4201d71f04b00e36c06e5e9b \ 21 sha1 dfdbb1125d2b961f0f65de701e6413ed357ccad5 \ 22 rmd160 5bea7568022f4b9172a1e4fc2652e5d0263b78a9 23 23 24 24 depends_build \ 25 25 port:pkgconfig \ … … 40 40 configure.pre_args-delete --prefix=${prefix} 41 41 configure.pre_args-append --prefix=${python_prefix} 42 42 configure.args-append --includedir=${python_prefix}/include/python2.6 43 configure.args-append --enable-docs 43 44 configure.pkg_config_path ${python_prefix}/lib/pkgconfig 44 45 45 46 configure.python ${prefix}/bin/python2.6