summaryrefslogtreecommitdiff
path: root/devel/libIDL/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-12 13:37:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-12 13:37:38 +0000
commit7ff087dd4d85cabddc5abf4606180c6ef4178205 (patch)
treec065bd6a3d35750afef045b5348f39dbc43dfb5b /devel/libIDL/Makefile
parent- Change name of distribution tarball. (diff)
Add libIDL 0.7.3, a library for creating trees of CORBA Interface Definition
Language files.
Notes
Notes: svn path=/head/; revision=54611
Diffstat (limited to 'devel/libIDL/Makefile')
-rw-r--r--devel/libIDL/Makefile35
1 files changed, 35 insertions, 0 deletions
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 <sobomax@FreeBSD.org>
+#
+# $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 <bsd.port.mk>