| 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-cups-ppds \ |
| | 46 | --enable-translated-cups-ppds \ |
| | 47 | --enable-nls-macosx |
| | 48 | |
| | 49 | destroot.violate_mtree yes |
| | 50 | } |
| | 51 | |
| | 52 | variant gimp description {Builds Gimp plugin} { |
| | 53 | depends_lib-append lib:libgimp-2.0:gimp2 |
| | 54 | |
| | 55 | configure.args-append --with-gimp2-as-gutenprint |
| | 56 | } |
| | 57 | |
| | 58 | variant epson description {Builds epson utility} { |
| | 59 | configure.args-delete --disable-escputil |
| | 60 | configure.args-append --enable-escputil |
| | 61 | |
| | 62 | } |
| | 63 | |