[66583] trunk/dports/devel/cmake/Portfile

css at macports.org css at macports.org
Sat Apr 17 05:15:17 PDT 2010


Revision: 66583
          http://trac.macports.org/changeset/66583
Author:   css at macports.org
Date:     2010-04-17 05:15:12 -0700 (Sat, 17 Apr 2010)
Log Message:
-----------
Add cmake +gui variant to build the Qt-based cmake-gui. refs #24252

Modified Paths:
--------------
    trunk/dports/devel/cmake/Portfile

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2010-04-17 08:55:13 UTC (rev 66582)
+++ trunk/dports/devel/cmake/Portfile	2010-04-17 12:15:12 UTC (rev 66583)
@@ -6,7 +6,7 @@
 
 name		cmake
 version		2.8.1
-revision	1
+revision	2
 categories	devel
 maintainers	css
 description	Cross-platform make
@@ -44,6 +44,12 @@
 	}
 }
 
+variant gui description {Qt4 based cmake-gui} {
+	depends_lib-append path:libexec/qt4-mac:qt4-mac
+	patchfiles-append patch-CMakeLists.txt.diff
+	configure.args-append --qt-gui --qt-qmake=${prefix}/libexec/qt4-mac/bin/qmake
+}
+
 livecheck.type  regex
 livecheck.regex {Latest Release \((\d(?:\.\d+)*)\)}
 livecheck.url	${homepage}cmake/resources/software.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100417/24a4db2b/attachment.html>


More information about the macports-changes mailing list