aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bonobo/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-01-29 02:37:19 +0800
committerade <ade@FreeBSD.org>2000-01-29 02:37:19 +0800
commit8c2ff1ce65c76b0e1733d6ec6bdc7119f354869d (patch)
treef4642a7d7e1da78f81b903f20a96f1e2e2d08ba8 /devel/bonobo/Makefile
parentb6721dd8975dae02dc836360eba2314ac57cd2f9 (diff)
downloadfreebsd-ports-gnome-8c2ff1ce65c76b0e1733d6ec6bdc7119f354869d.tar.gz
freebsd-ports-gnome-8c2ff1ce65c76b0e1733d6ec6bdc7119f354869d.tar.zst
freebsd-ports-gnome-8c2ff1ce65c76b0e1733d6ec6bdc7119f354869d.zip
Update to 0.6
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r--devel/bonobo/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile
index d5a9042a4b2e..ab7f4c6851ec 100644
--- a/devel/bonobo/Makefile
+++ b/devel/bonobo/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: bonobo
-# Version required: 0.4
+# Version required: 0.6
# Date created: 8th October 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
#
-DISTNAME= bonobo-0.4
+DISTNAME= bonobo-0.6
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/bonobo
-MAINTAINER= ade@lovett.com
+MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf
@@ -30,4 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
+post-patch:
+ @(cd ${WRKSRC}; ${LN} -s bonobo/bonobo.h)
+
.include <bsd.port.mk>