Ticket #48323: Portfile-ipe.diff
File Portfile-ipe.diff, 2.3 KB (added by m7.thon@…, 9 years ago) |
---|
-
Portfile
old new 5 5 PortGroup qt4 1.0 6 6 7 7 name ipe 8 version 7.1. 78 version 7.1.8 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories graphics 11 11 maintainers gmail.com:m7.thon openmaintainer … … 17 17 multi-page PDF presentations that can be shown on-line with \ 18 18 Acrobat Reader. 19 19 license GPL-3+ 20 homepage http://ipe 7.sourceforge.net/20 homepage http://ipe.otfried.org 21 21 platforms darwin 22 master_sites sourceforge:project/ipe7/ipe/${branch}22 master_sites https://github.com/otfried/ipe/raw/master/releases/${branch} 23 23 distname ${name}-${version}-src 24 24 worksrcdir ${name}-${version}/src 25 25 26 checksums sha1 ace0628f9e8a1d752f4a1837ac705e0457498a00\27 rmd160 e77099d2d24d195d4ef541311b6114dc38580dc826 checksums sha1 52894af0493fbc8a9115effb6f4c82dd5d2f0c23 \ 27 rmd160 ace0e161ac0ff0cd8ed79c154f0adc195b74dd1f 28 28 29 29 30 30 depends_lib-append port:freetype \ … … 35 35 port:libpng \ 36 36 port:zlib 37 37 38 patchfiles patch-ipelib-ipebitmap.cpp.diff \39 patch-ipelets-qvoronoi-qvoronoi.cpp.diff \40 patch-ipelua-ipeluaipelet.cpp.diff41 42 38 use_configure no 43 39 44 40 variant universal {} 45 41 46 42 variant qvoronoi description {Add qvoronoi ipelet} { 47 43 depends_lib-append port:qhull 48 build.post_args subdirs="ipelib ipelets/lua ipelets/qvoronoi ipetoipe ipe6upgrade \ 49 ipeextract ipescript ipecairo iperender ipecanvas ipeview ipelua ipeui ipe" \ 50 QHULL_CFLAGS=-I${prefix}/include/qhull 51 destroot.post_args subdirs="ipelib ipelets/lua ipelets/qvoronoi ipetoipe ipe6upgrade \ 52 ipeextract ipescript ipecairo iperender ipecanvas ipeview ipelua ipeui ipe" 44 build.post_args IPEQVORONOI=1 QHULL_CFLAGS=-I${prefix}/include/qhull 45 destroot.post_args IPEQVORONOI=1 53 46 } 54 47 55 48 default_variants +qvoronoi