summaryrefslogtreecommitdiffstats
path: root/sysutils/consolekit/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-09 04:20:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-09 04:20:53 +0800
commit772a0d5ed2c615e91a0ee54a094730e32d893b83 (patch)
tree57c19f43c46ce366237af763d8fa9c32a5f79701 /sysutils/consolekit/Makefile
parent58f855b257a23b542b5866468a7a5b84d0e27602 (diff)
downloadmarcuscom-ports-772a0d5ed2c615e91a0ee54a094730e32d893b83.tar
marcuscom-ports-772a0d5ed2c615e91a0ee54a094730e32d893b83.tar.gz
marcuscom-ports-772a0d5ed2c615e91a0ee54a094730e32d893b83.tar.bz2
marcuscom-ports-772a0d5ed2c615e91a0ee54a094730e32d893b83.tar.lz
marcuscom-ports-772a0d5ed2c615e91a0ee54a094730e32d893b83.tar.xz
marcuscom-ports-772a0d5ed2c615e91a0ee54a094730e32d893b83.tar.zst
marcuscom-ports-772a0d5ed2c615e91a0ee54a094730e32d893b83.zip
Update to 0.2.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9917 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/consolekit/Makefile')
-rw-r--r--sysutils/consolekit/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile
new file mode 100644
index 000000000..837c173cb
--- /dev/null
+++ b/sysutils/consolekit/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: ConsoleKit
+# Date Created: 26 Aug 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/consolekit/Makefile,v 1.3 2007/09/06 10:07:40 flz Exp $
+#
+
+PORTNAME= consolekit
+PORTVERSION= 0.2.3
+CATEGORIES= sysutils gnome
+MASTER_SITES= http://people.freedesktop.org/~mccann/dist/
+DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Framework for defining and tracking users
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+
+WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION}
+USE_XORG= x11
+USE_GNOME= gnomehack gnometarget
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid
+
+USE_RC_SUBR= consolekit
+USE_GNOME_SUBR= yes
+
+post-install:
+ ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-display-device \
+ ${PREFIX}/libexec/ck-get-x11-display-device
+ ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-server-pid \
+ ${PREFIX}/libexec/ck-get-x11-server-pid
+
+.include <bsd.port.mk>