# $Id: Portfile 92482 2012-04-29 23:48:32Z mmoll@macports.org $

PortSystem 1.0
PortGroup 		cmake 1.0

name			gccxml-devel
version			20120123
revision            1
categories		lang
platforms		darwin
maintainers		mnick openmaintainer
# See http://public.kitware.com/GCC_XML/HTML/Copyright.html for license details
license         {GPL-2 BSD}
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/
master_sites        https://downloads.sourceforge.net/project/ompl/dependencies/
distname            gccxml-2012-01-23
extract.suffix      .tgz
checksums           rmd160  3f4e858c11230d4e6df8779d91a61d8cb2907c0e \
                    sha256  8820818d5c070a1f8df3bf0e95928d6054cf18643943a53aea36e7086d7a5d06
worksrcdir          gccxml

universal_variant no
if {${configure.compiler} == "clang"} {
     configure.compiler llvm-gcc-4.2
}
