Ticket #28428: Portfile-ipe.diff
File Portfile-ipe.diff, 1.5 KB (added by m.thon@…, 14 years ago) |
---|
-
Portfile
old new 4 4 PortGroup qt4 1.0 5 5 6 6 name ipe 7 version 7.0.1 37 version 7.0.14 8 8 categories graphics 9 9 maintainers jacobs-university.de:m.thon 10 10 description The Ipe extensible drawing editor … … 20 20 distname ${name}-${version}-src 21 21 worksrcdir ${name}-${version}/src 22 22 23 checksums sha1 17471156d5becfd60147f94c765fbbf2c57e1782 \ 24 rmd160 a753fff1dcb7437adf3ce7bbb2a4b9be2aa7d077 23 checksums md5 13b1790813304ac888402d9c6c40a6ec \ 24 sha1 a9b744120019248a405caab63e88664258242151 \ 25 rmd160 4f819bd7740e875170e66c4fa4431aad6cb4c835 25 26 26 27 depends_lib-append port:freetype \ 27 28 path:lib/pkgconfig/cairo.pc:cairo \ … … 32 33 patch-config.mak.diff \ 33 34 patch-ipe-lua-prefs.lua.diff 34 35 use_configure no 35 build.args IPEPREFIX=${prefix} MOC=${qt_moc_cmd} 36 build.env CPPFLAGS+='${configure.cppflags}' \ 37 CXXFLAGS+='${configure.cxxflags} ${configure.cxx_archflags}' \ 38 LDFLAGS+='${configure.cc_archflags}' 39 build.args IPEPREFIX=${prefix} MOC=${qt_moc_cmd} CXX=${configure.cxx} 40 36 41 destroot.args-append IPEPREFIX=${prefix} 37 42 use_parallel_build no