From 157fbd1bbc380f296d9a7bb50c848862bb1b113f Mon Sep 17 00:00:00 2001 From: Yukihiro Nakai Date: Thu, 14 Oct 1999 05:03:17 +0000 Subject: [PATCH] PR: ports/14303 Submitted by:Ade Lovett Initial import. a library for the GNOME component architecture. --- devel/bonobo/Makefile | 33 +++++++ devel/bonobo/distinfo | 1 + devel/bonobo/files/patch-aa | 19 ++++ devel/bonobo/files/patch-ab | 173 ++++++++++++++++++++++++++++++++++++ devel/bonobo/pkg-comment | 1 + devel/bonobo/pkg-descr | 9 ++ devel/bonobo/pkg-plist | 80 +++++++++++++++++ 7 files changed, 316 insertions(+) create mode 100644 devel/bonobo/Makefile create mode 100644 devel/bonobo/distinfo create mode 100644 devel/bonobo/files/patch-aa create mode 100644 devel/bonobo/files/patch-ab create mode 100644 devel/bonobo/pkg-comment create mode 100644 devel/bonobo/pkg-descr create mode 100644 devel/bonobo/pkg-plist diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile new file mode 100644 index 000000000000..0bf94493263f --- /dev/null +++ b/devel/bonobo/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: bonobo +# Version required: 0.4 +# Date created: 8th October 1999 +# Whom: Ade Lovett +# +# $FreeBSD$ +# + +DISTNAME= bonobo-0.4 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/bonobo + +MAINTAINER= ade@lovett.com + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ + gdk_pixbuf.0:${PORTSDIR}/graphics/gdk-pixbuf + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_PERL5= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +LIBTOOLFILES= configure libefs/configure +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo new file mode 100644 index 000000000000..2befae2061b9 --- /dev/null +++ b/devel/bonobo/distinfo @@ -0,0 +1 @@ +MD5 (bonobo-0.4.tar.gz) = 108b835663269416b100a0dfd7207c72 diff --git a/devel/bonobo/files/patch-aa b/devel/bonobo/files/patch-aa new file mode 100644 index 000000000000..797c1448682d --- /dev/null +++ b/devel/bonobo/files/patch-aa @@ -0,0 +1,19 @@ +--- configure.orig Fri Oct 8 12:58:58 1999 ++++ configure Fri Oct 8 13:06:30 1999 +@@ -4454,6 +4454,8 @@ + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else ++ ac_save_LIBS="$LIBS" ++LIBS="-lintl $LIBS" + cat > conftest.$ac_ext <