From 7ff087dd4d85cabddc5abf4606180c6ef4178205 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 12 Feb 2002 13:37:38 +0000 Subject: Add libIDL 0.7.3, a library for creating trees of CORBA Interface Definition Language files. --- devel/libIDL/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 devel/libIDL/Makefile (limited to 'devel/libIDL/Makefile') diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile new file mode 100644 index 000000000000..80a2b0f81434 --- /dev/null +++ b/devel/libIDL/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: libIDL +# Date Created: 12 February 2002 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= libIDL +PORTVERSION= 0.7.3 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-alpha2 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= glib-1.3.13:${PORTSDIR}/devel/glib13 +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig + +USE_BZIP2= yes +USE_GMAKE= yes +USE_BISON= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= 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} + +pre-patch: + @find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \ + 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g' + +.include -- cgit v1.2.3