[26733] trunk/dports/print

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 10:04:18 PDT 2007


Revision: 26733
          http://trac.macosforge.org/projects/macports/changeset/26733
Author:   yves at macports.org
Date:     2007-07-05 10:04:18 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
New gutenprint plugin for the gimp

Added Paths:
-----------
    trunk/dports/print/gutenprint/
    trunk/dports/print/gutenprint/Portfile

Added: trunk/dports/print/gutenprint/Portfile
===================================================================
--- trunk/dports/print/gutenprint/Portfile	                        (rev 0)
+++ trunk/dports/print/gutenprint/Portfile	2007-07-05 17:04:18 UTC (rev 26733)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem 1.0
+name            gutenprint
+version         5.0.1
+categories      print
+maintainers     yves at macports.org
+homepage        http://gimp-print.sourceforge.net/
+platforms       darwin
+
+description     Gimp Print Plugin
+long_description \
+    Gutenprint plugin for the Gimp.
+
+master_sites    sourceforge:gimp-print
+use_bzip2       yes
+checksums       md5 4ec66d57c1014b503d6bea16b1c31d81
+
+depends_lib     port:gimp2
+
+configure.args  --disable-escputil \
+                --disable-samples \
+                --disable-test \
+                --without-cups \
+                --without-readline \
+                --with-gimp2-as-gutenprint
+
+post-configure {
+    foreach i {iconv intl} {
+        reinplace "s|${prefix}/lib/lib${i}.dylib|-l${i}|g" \
+            ${worksrcpath}/src/main/Makefile
+    }
+}
+
+variant gimp_dev {
+    depends_lib-delete  port:gimp2
+    depends_lib-append  port:gimp-dev
+    configure.env \
+        GIMPTOOL2_CHECK=${prefix}/gimp-2.3/bin/gimptool-2.0 \
+        PKG_CONFIG_PATH=${prefix}/gimp-2.3/lib/pkgconfig
+}


Property changes on: trunk/dports/print/gutenprint/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070705/ad987815/attachment.html


More information about the macports-changes mailing list