# $Id: Portfile 38077 2008-07-05 21:37:56Z ryandesign@macports.org $ PortSystem 1.0 name libidl set my_name libIDL version 0.8.10 maintainers nomaintainer categories devel gnome platforms darwin set branch [join [lrange [split ${version} .] 0 1] .] 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. homepage http://andrewtv.org/libIDL/ master_sites gnome:sources/${my_name}/${branch}/ distname ${my_name}-${version} use_bzip2 yes checksums md5 9e10a77ff225587e59c0a28c66b4faa7 \ sha1 643d1aa2a4be94dd568f8d585d7df22e69706cdd \ rmd160 9d02e51bd12a5f05ccca134717d0304e7746d3aa depends_build port:pkgconfig depends_lib path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \ port:libiconv \ port:gettext patchfiles patch-configure.diff configure.cflags-append -no-cpp-precomp configure.env LEX=/usr/bin/flex livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}