summaryrefslogtreecommitdiffstats
path: root/sysutils/accountsservice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/accountsservice/Makefile')
-rw-r--r--sysutils/accountsservice/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile
new file mode 100644
index 000000000..b5165822f
--- /dev/null
+++ b/sysutils/accountsservice/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: accountsservice
+# Date Created: 8 Mar 2011
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= accountsservice
+PORTVERSION= 0.6.5
+CATEGORIES= sysutils devel
+MASTER_SITES= LOCAL/kwm
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= D-Bus interface for user account query and manipulation
+
+BUILD_DEPEND= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \
+ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
+
+USE_BZIP2= yes
+USE_GNOME= gnomehack glib20 intlhack
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>