summaryrefslogtreecommitdiffstats
path: root/devel/eggdbus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/eggdbus/Makefile')
-rw-r--r--devel/eggdbus/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/eggdbus/Makefile b/devel/eggdbus/Makefile
new file mode 100644
index 000000000..1f7da1eaf
--- /dev/null
+++ b/devel/eggdbus/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: eggdbus
+# Date Created: 30 Juli 2009
+# Whom: Koop Mast<kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= eggdbus
+PORTVERSION= 0.5
+CATEGORIES= devel
+MASTER_SITES= http://hal.freedesktop.org/releases/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= D-Bus bindings for GObject
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+
+USE_GNOME= pkgconfig glib20 gnomehack
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --localstatedir=/var
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= eggdbus-binding-tool.1
+
+.include <bsd.port.mk>