# $Id: Portfile,v 1.2 2004/08/20 05:51:39 olegb Exp $ PortSystem 1.0 name libidl1 version 0.6.8 description libIDL is a library for creating and parsing CORBA IDL files. long_description libIDL is a library licensed under the GNU LGPL \ for creating trees of CORBA Interface Definition \ Language (IDL) files, which is a specification \ for defining portable interfaces. \ This libIDL is used by the mozilla project. maintainers timeless@mozdev.org categories devel platforms darwin homepage http://andrewtv.org/libIDL/index.jsp master_sites ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/source/ checksums md5 97e2da9229cdb0445719b6cf802c1782 distname libIDL-${version} depends_lib lib:libglib.1:glib1 configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info platform darwin powerpc { configure.args-append --host=${os.arch}-apple-rhapsody${os.version} } platform darwin i386 { configure.args-append --host=i386-gnu-rhapsody${os.version} } configure.env CFLAGS=-no-cpp-precomp