[72619] trunk/dports/graphics/ipe/Portfile

michaelld at macports.org michaelld at macports.org
Thu Oct 21 05:52:51 PDT 2010


Revision: 72619
          http://trac.macports.org/changeset/72619
Author:   michaelld at macports.org
Date:     2010-10-21 05:52:49 -0700 (Thu, 21 Oct 2010)
Log Message:
-----------
Changes to use qt4 portgroup.

Modified Paths:
--------------
    trunk/dports/graphics/ipe/Portfile

Modified: trunk/dports/graphics/ipe/Portfile
===================================================================
--- trunk/dports/graphics/ipe/Portfile	2010-10-21 12:52:22 UTC (rev 72618)
+++ trunk/dports/graphics/ipe/Portfile	2010-10-21 12:52:49 UTC (rev 72619)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup               qt4 1.0
 
 name                    ipe
 version                 7.0.10
+revision                1
 categories              graphics
 maintainers             jacobs-university.de:m.thon
 description             The Ipe extensible drawing editor
@@ -21,16 +23,13 @@
 checksums               md5 3116ccb41d244d7e4ef92198d6d82052 \
                         sha1 dc18230bb669b759b132c66440d99596b52fb833 \
                         rmd160 1d57d362de66a5e718baf80ef79a6681ee48e046
-depends_lib             port:qt4-mac \
-                        port:freetype \
+depends_lib-append      port:freetype \
                         port:cairo \
-                        port:lua \
-                        port:zlib
+                        port:lua
 patchfiles              patch-common.mak.diff \
                         patch-config.mak.diff \
                         patch-ipe-lua-prefs.lua.diff
 use_configure           no
-build.args              IPEPREFIX=${prefix} MOC=${prefix}/libexec/qt4-mac/bin/moc \
-                        PKG_CONFIG_PATH=${prefix}/libexec/qt4-mac/lib/pkgconfig
-destroot.args           INSTALL_ROOT=${destroot} IPEPREFIX=${prefix}
+build.args              IPEPREFIX=${prefix} MOC=${qt_moc_cmd}
+destroot.args-append    IPEPREFIX=${prefix}
 use_parallel_build      no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/e2b2835b/attachment.html>


More information about the macports-changes mailing list