24 | | checksums md5 4db2605739b3cbc6fc72bb1665731aeb \ |
25 | | sha1 e4ddb21665578835d58267d59b57d8d970c3ee86 \ |
26 | | rmd160 ae6edf1dea2cd88572736bf0784a4353b59e7113 |
27 | | |
28 | | depends_lib lib:libgimp-2.0:gimp2 |
29 | | |
30 | | pre-fetch { |
31 | | ui_msg " |
32 | | This port only installs the Gutenprint plugin for the Gimp. |
33 | | You can get the complete Gutenprint drivers and utilities - except the gimp plugin - from |
34 | | http://gimp-print.sourceforge.net |
35 | | " |
36 | | } |
| 23 | checksums md5 4b0ecc20f3fc68e67c76991cc8516fe7 \ |
| 24 | sha1 ae680314650dd9a52df5fd11cd0282cc6f9662e6 \ |
| 25 | rmd160 c42cfc847d3886c2a299a30dbcdf66a119a282de |
| 40 | default_variants +cups |
| 41 | |
| 42 | variant cups description {Builds cups driver} { |
| 43 | configure.args-delete --without-cups |
| 44 | configure.args-append --with-cups=${prefix} \ |
| 45 | --enable-translated-cups-ppds \ |
| 46 | --enable-nls-macosx |
| 47 | |
| 48 | destroot.violate_mtree yes |
| 49 | } |
| 50 | |
| 51 | variant gimp description {Builds Gimp plugin} { |
| 52 | depends_lib-append lib:libgimp-2.0:gimp2 |
| 53 | |
| 54 | configure.args-append --with-gimp2-as-gutenprint |
| 55 | } |
| 56 | |
| 57 | variant epson description {Builds epson utility} { |
| 58 | configure.args-delete --disable-escputil |
| 59 | configure.args-append --enable-escputil |
| 60 | |
| 61 | } |
| 62 | |