Revision
54735
Author
mnick@macports.org
Date
2009-08-01 05:40:11 -0700 (Sat, 01 Aug 2009)

Log Message

new port: gccxml-devel (since there is no official release since 2004)

Added Paths

Diff

Added: trunk/dports/lang/gccxml-devel/Portfile (0 => 54735)


--- trunk/dports/lang/gccxml-devel/Portfile	                        (rev 0)
+++ trunk/dports/lang/gccxml-devel/Portfile	2009-08-01 12:40:11 UTC (rev 54735)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem 1.0
+
+name			gccxml-devel
+version			20090713
+categories		lang
+platforms		darwin
+maintainers		mnick openmaintainer
+description		generates XML description of C++ code
+long_description	generates an XML description of a C++ program from GCC's \
+				internal representation
+
+homepage		http://www.gccxml.org/
+fetch.type 		cvs
+cvs.root 		:pserver:anoncvs@www.gccxml.org:/cvsroot/GCC_XML
+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
+
Property changes on: trunk/dports/lang/gccxml-devel/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style