# $Id: Portfile,v 1.12 2005/09/13 06:57:41 olegb Exp $
PortSystem 1.0
name		libidl
version		0.8.6
description	libIDL is a library for creating 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. libIDL was \
			initially written for ORBit (the ORB from the \
			GNOME project, and the primary means of libIDL \
			distribution).  However, the functionality was \
			designed to be as reusable and portable as possible. 
maintainers	darwinports@opendarwin.org
categories	devel gnome
platforms	darwin 
homepage	http://andrewtv.org/libIDL/index.jsp
master_sites    gnome:sources/libIDL/0.8/

checksums	rmd160 fc5bf2dd3af7ed44729a71772f75fa6f55ab41cc
distname  	libIDL-${version}

depends_lib	lib:libglib.2:glib2 lib:libiconv:libiconv \
		lib:libintl.3:gettext
depends_build   bin:pkg-config:pkgconfig

use_bzip2 	yes

configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
configure.env	CFLAGS=-no-cpp-precomp
