Ticket #31053: Portfile.diff
File Portfile.diff, 1.7 KB (added by tenomoto (Takeshi Enomoto), 13 years ago) |
---|
-
Portfile
5 5 PortGroup cmake 1.0 6 6 7 7 name qhull 8 version 2011.1 9 revision 1 8 version 2011.2 10 9 categories math 11 10 platforms darwin 12 11 maintainers mmoll … … 27 26 master_sites ${homepage}/download 28 27 distname ${name}-${version}-src 29 28 extract.suffix .tgz 30 checksums md5 a65061cf2a6e6581182f4df0f3667a8e\31 sha1 3639b52e99bc0837fb2670d3a8a4bac3f0347ab8\32 rmd160 4689ece746c1125757f1d0e162bbe95d3864ba5b29 checksums md5 4f4bac7769a5b1e0c6470ea457e2d4d2 \ 30 sha1 627825d741753573e3589dae1640b7bfc4efbc0b \ 31 rmd160 db1e2a810b52cd1291d48515c3816f21ee501171 33 32 patchfiles patch-CMakeLists.txt.diff \ 34 33 patch-QhullPointSet.h.diff 35 34 # last patch is for g++-4.0 / Leopard, see #31053 … … 37 36 configure.args-append -DDOC_INSTALL_DIR=share/doc/qhull -DMAN_INSTALL_DIR=share/man/man1 38 37 post-destroot { 39 38 ln -s ${prefix}/include/libqhull ${destroot}${prefix}/include/qhull 39 ln -s ${prefix}/include/libqhull/libqhull.h ${destroot}${prefix}/include/libqhull/qhull.h 40 # ln -s ${prefix}/include/libqhull/qhull.h-deprecated ${destroot}${prefix}/include/libqhull/qhull.h 41 ln -s ${prefix}/lib/libqhull6.dylib ${destroot}${prefix}/lib/libqhull.dylib 42 ln -s ${prefix}/lib/libqhullstatic.a ${destroot}${prefix}/lib/libqhull.a 40 43 } 41 44 livecheck.type regex 42 45 livecheck.url ${master_sites}