summaryrefslogtreecommitdiffstats
path: root/devel/bonobo/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 01:16:36 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 01:16:36 +0800
commit181f22437c81a50126939fff44f9bb9fa937ee74 (patch)
treef4f62ee25cce76550c5a0e03e6af7e95793c0f0a /devel/bonobo/Makefile
parentd821bb7d23d9fb577710251f3fbe34c51e7e867b (diff)
downloadmarcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.gz
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.bz2
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.lz
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.xz
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.zst
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6801 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r--devel/bonobo/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile
new file mode 100644
index 000000000..42352183c
--- /dev/null
+++ b/devel/bonobo/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: bonobo
+# Date created: 8th October 1999
+# Whom: Ade Lovett <ade@lovett.com>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= bonobo
+PORTVERSION= 1.0.22
+PORTREVISION= 3
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= The component and compound document system for GNOME
+
+USE_BZIP2= yes
+USE_XLIB= yes
+USE_PERL5= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix oaf gnomehier gnomeprint
+USE_GETTEXT= yes
+GNOME_HTML_DIR= ${PREFIX}/share/doc/bonobo
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>