# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 40290 2008-09-28 19:13:09Z nox@macports.org $ PortSystem 1.0 name libidl set my_name libIDL version 0.8.11 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 9d0d4895fc23f7de9514fb13f0fdc9ba \ sha1 6e0c5ef5716a96bcad5193853b7c3bf417c680e6 \ rmd160 1ffe518c0b63996fb01013d0a5af7b043156ab6a 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+)*)}