[54822] trunk/dports/lang/gccxml-devel/Portfile
mnick at macports.org
mnick at macports.org
Sun Aug 2 11:29:34 PDT 2009
Revision: 54822
http://trac.macports.org/changeset/54822
Author: mnick at macports.org
Date: 2009-08-02 11:29:32 -0700 (Sun, 02 Aug 2009)
Log Message:
-----------
* make use of cmake port group
* disable out-of-source build
Modified Paths:
--------------
trunk/dports/lang/gccxml-devel/Portfile
Modified: trunk/dports/lang/gccxml-devel/Portfile
===================================================================
--- trunk/dports/lang/gccxml-devel/Portfile 2009-08-02 17:53:26 UTC (rev 54821)
+++ trunk/dports/lang/gccxml-devel/Portfile 2009-08-02 18:29:32 UTC (rev 54822)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+PortGroup cmake 1.0
name gccxml-devel
version 20090713
@@ -14,21 +15,6 @@
homepage http://www.gccxml.org/
fetch.type cvs
cvs.root :pserver:anoncvs at www.gccxml.org:/cvsroot/GCC_XML
-cvs.date 2009-07-13
+cvs.date 2009-07-13
cvs.module gccxml
worksrcdir gccxml
-
-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/20090802/a196f549/attachment.html>
More information about the macports-changes
mailing list