Ticket #1874: Portfile

File Portfile, 955 bytes (added by timeless@…, 20 years ago)

portfile for libIDL0.6.8

Line 
1# $Id: Portfile,v 1.1 2004/05/25 12:19:54 timeless Exp $
2
3PortSystem 1.0
4name            libidl1
5version         0.6.8
6description     libIDL is a library for creating and parsing CORBA IDL files.
7long_description        libIDL is a library licensed under the GNU LGPL \
8                        for creating trees of CORBA Interface Definition \
9                        Language (IDL) files, which is a specification \
10                        for defining portable interfaces. \
11                        This libIDL is used by the mozilla project.
12maintainers     timeless@mozdev.org
13categories      devel mozilla
14platforms       darwin
15homepage        http://andrewtv.org/libIDL/index.jsp
16master_sites    ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/source/
17
18checksums       md5 97e2da9229cdb0445719b6cf802c1782
19distname        libIDL-${version}
20depends_lib     lib:libglib.1:glib1
21configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
22variant darwin {
23  configure.args-append --host=${os.arch}-apple-rhapsody${os.version}
24}
25configure.env   CFLAGS=-no-cpp-precomp