diff options
-rw-r--r-- | devel/libIDL/Makefile | 33 | ||||
-rw-r--r-- | devel/libIDL/distinfo | 1 | ||||
-rw-r--r-- | devel/libIDL/files/patch-configure | 13 | ||||
-rw-r--r-- | devel/libIDL/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libIDL/pkg-descr | 7 | ||||
-rw-r--r-- | devel/libIDL/pkg-plist | 11 |
6 files changed, 66 insertions, 0 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile new file mode 100644 index 000000000..d73eb6877 --- /dev/null +++ b/devel/libIDL/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: libIDL +# Date Created: 12 February 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD: ports/devel/libIDL/Makefile,v 1.16 2002/09/20 17:06:34 marcus Exp $ +# + +PORTNAME= libIDL +PORTVERSION= 0.8.0 +PORTREVISION= 1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= glib-2.0.103:${PORTSDIR}/devel/glib20 + +USE_BZIP2= yes +USE_GMAKE= yes +USE_BISON= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/devel/libIDL/distinfo b/devel/libIDL/distinfo new file mode 100644 index 000000000..fd17db352 --- /dev/null +++ b/devel/libIDL/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/libIDL-0.8.0.tar.bz2) = 4f5f60b0b9cc9a6994d8b4792091595d diff --git a/devel/libIDL/files/patch-configure b/devel/libIDL/files/patch-configure new file mode 100644 index 000000000..8009c18a8 --- /dev/null +++ b/devel/libIDL/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD: ports/devel/libIDL/files/patch-configure,v 1.1 2002/04/26 07:27:37 sobomax Exp $ + +--- configure 2002/04/26 06:44:49 1.1 ++++ configure 2002/04/26 06:44:59 +@@ -7209,6 +7209,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/libIDL/pkg-comment b/devel/libIDL/pkg-comment new file mode 100644 index 000000000..e6b3875dc --- /dev/null +++ b/devel/libIDL/pkg-comment @@ -0,0 +1 @@ +A library for creating trees of CORBA Interface Definition Language files diff --git a/devel/libIDL/pkg-descr b/devel/libIDL/pkg-descr new file mode 100644 index 000000000..d681c4203 --- /dev/null +++ b/devel/libIDL/pkg-descr @@ -0,0 +1,7 @@ +libIDL is a library 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. + +WWW: http://www.gnome.org/ diff --git a/devel/libIDL/pkg-plist b/devel/libIDL/pkg-plist new file mode 100644 index 000000000..4cc68d5f7 --- /dev/null +++ b/devel/libIDL/pkg-plist @@ -0,0 +1,11 @@ +bin/libIDL-config-2 +include/libIDL-2.0/libIDL/IDL.h +@unexec install-info --delete %D/info/libIDL2.info %D/info/dir +info/libIDL2.info +@exec install-info %D/info/libIDL2.info %D/info/dir +lib/libIDL-2.a +lib/libIDL-2.so +lib/libIDL-2.so.0 +libdata/pkgconfig/libIDL-2.0.pc +@dirrm include/libIDL-2.0/libIDL +@dirrm include/libIDL-2.0 |