[72595] trunk/dports/gis/cgal/Portfile

michaelld at macports.org michaelld at macports.org
Thu Oct 21 05:34:42 PDT 2010


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

Modified Paths:
--------------
    trunk/dports/gis/cgal/Portfile

Modified: trunk/dports/gis/cgal/Portfile
===================================================================
--- trunk/dports/gis/cgal/Portfile	2010-10-21 12:34:07 UTC (rev 72594)
+++ trunk/dports/gis/cgal/Portfile	2010-10-21 12:34:39 UTC (rev 72595)
@@ -6,7 +6,7 @@
 
 name										cgal
 version									3.6.1
-revision                1
+revision                2
 license									LGPL - QPL
 categories							gis science
 maintainers							vince
@@ -38,12 +38,20 @@
                         port:gmp
 
 variant demos description {Create demos} {
-	depends_lib-append		port:qt4-mac \
-                        port:libQGLViewer
-	
+  PortGroup             qt4 1.0
+
+	depends_lib-append		port:libQGLViewer \
+                        port:ipe
+
 	configure.args-append	-DWITH_examples=TRUE
 	configure.args-append	-DWITH_demos=TRUE
 
+  # MacPorts installs IPE version 7; make sure to use it.
+  configure.args-append -DWITH_IPE_7=TRUE
+
+  # include Qt's CMake defines, just in case
+  configure.args-append ${qt_cmake_defines}
+
   build.target-append   examples demos
   use_parallel_build    no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/1782fd9f/attachment.html>


More information about the macports-changes mailing list