[75993] trunk/dports/lang/gccxml/Portfile

jmr at macports.org jmr at macports.org
Tue Feb 15 05:48:54 PST 2011


Revision: 75993
          http://trac.macports.org/changeset/75993
Author:   jmr at macports.org
Date:     2011-02-15 05:48:54 -0800 (Tue, 15 Feb 2011)
Log Message:
-----------
gccxml: use cmake portgroup (fixes #23022)

Modified Paths:
--------------
    trunk/dports/lang/gccxml/Portfile

Modified: trunk/dports/lang/gccxml/Portfile
===================================================================
--- trunk/dports/lang/gccxml/Portfile	2011-02-15 13:47:34 UTC (rev 75992)
+++ trunk/dports/lang/gccxml/Portfile	2011-02-15 13:48:54 UTC (rev 75993)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup cmake 1.0
 
 name			gccxml
 version			0.6.0
@@ -14,18 +15,3 @@
 homepage		http://www.gccxml.org/
 master_sites	http://www.gccxml.org/files/v0.6/
 checksums		sha1 efd9ef010e5b802e828e0d3c807d827e1ad82830
-
-depends_build	port:cmake
-
-post-extract {
-	file mkdir ${workpath}/build
-}
-
-configure {
-	system "cd ${workpath}/build \
-		&& cmake ${worksrcpath} -DCMAKE_INSTALL_PREFIX:PATH=${prefix}"
-}
-
-build.dir		${workpath}/build
-destroot.dir	${workpath}/build
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110215/5ab64d09/attachment.html>


More information about the macports-changes mailing list