summaryrefslogtreecommitdiffstats
path: root/devel/liboobs/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-30 02:22:56 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-30 02:22:56 +0800
commitb13156bb5df2d1185dc9a0193b3814c07eb21701 (patch)
treedf753178a64f1a725c9149e18190e3f2312f62aa /devel/liboobs/Makefile
parent71213a652af0ee7c1bd8fc632e637efd59e7c737 (diff)
downloadmarcuscom-ports-b13156bb5df2d1185dc9a0193b3814c07eb21701.tar
marcuscom-ports-b13156bb5df2d1185dc9a0193b3814c07eb21701.tar.gz
marcuscom-ports-b13156bb5df2d1185dc9a0193b3814c07eb21701.tar.bz2
marcuscom-ports-b13156bb5df2d1185dc9a0193b3814c07eb21701.tar.lz
marcuscom-ports-b13156bb5df2d1185dc9a0193b3814c07eb21701.tar.xz
marcuscom-ports-b13156bb5df2d1185dc9a0193b3814c07eb21701.tar.zst
marcuscom-ports-b13156bb5df2d1185dc9a0193b3814c07eb21701.zip
Update to 2.31.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14162 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs/Makefile')
-rw-r--r--devel/liboobs/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile
new file mode 100644
index 000000000..f3c90a93c
--- /dev/null
+++ b/devel/liboobs/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: liboobs
+# Date created: 2006-06-06
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= liboobs
+PORTVERSION= 2.31.1
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Wrapping library to the System Tools Backends
+
+BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ hal.1:${PORTSDIR}/sysutils/hal
+RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomehack glib20
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --with-hal
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+
+.include <bsd.port.pre.mk>
+
+# disable utmpx detection on early 9.x and below.
+# We still have only utmp there
+post-patch:
+.if ${OSVERSION} < 900007
+ @${REINPLACE_CMD} -e 's|utmpx|utmp|g' \
+ ${WRKSRC}/configure
+.endif
+
+.include <bsd.port.post.mk>