Ticket #16796: patch-gegl-Portfile.diff
File patch-gegl-Portfile.diff, 1.8 KB (added by dbevans (David B. Evans), 16 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name gegl 7 version 0.0. 187 version 0.0.20 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 categories graphics 10 10 maintainers gmail.com:dbevans 11 11 platforms darwin 12 12 homepage http://gegl.org/ 13 master_sites ftp://ftp.gimp.org/pub/ gegl/${branch}/13 master_sites ftp://ftp.gimp.org/pub/${name}/${branch}/ 14 14 use_bzip2 yes 15 15 16 16 description \ … … 21 21 compositing on large images. GEGL is suitable for projects ranging from small \ 22 22 one-off projects to interactive applications. 23 23 24 checksums md5 e458409440a7b51f446df321c3657e4d\25 sha1 f8113ad33161337eb107ad84c0ac968dca1d02d2\26 rmd160 baff271141c0a569c98537b3d727b1a3564cdebb24 checksums md5 2e1f97ec8abd9a4a21f458b43799bff2 \ 25 sha1 37be399b58d50a87134f2dfad389a476e1155874 \ 26 rmd160 b4bc7169eafa4fea512f1190f1ad835d688c4080 27 27 28 28 depends_build \ 29 29 port:pkgconfig … … 36 36 port:librsvg \ 37 37 port:libsdl \ 38 38 port:graphviz \ 39 port:ffmpeg \ 40 port:asciidoc 39 port:ffmpeg 41 40 42 41 configure.args-append --disable-docs 43 42 44 variant doc description {Build docs with gtk-doc} {43 variant gtk_doc description {Build docs with gtk-doc} { 45 44 depends_build-append port:gtk-doc 46 45 configure.args-append --enable-gtk-doc 47 46 } 48 47 48 variant html_doc description {Build html docs with enscript and asciidoc} { 49 depends_build-append port:asciidoc 50 configure.args-delete --disable-docs 51 configure.args-append --enable-docs 52 } 53 54 49 55 variant workshop description {Enable build of workshop operations} { 50 56 configure.args-append --enable-workshop 51 57 }