summaryrefslogtreecommitdiffstats
path: root/sysutils/consolekit/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-23 03:17:47 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-23 03:17:47 +0800
commit72b9440cd4449b64d9ff697341d6fd82a811de32 (patch)
treec81e17f308889d85b5cb113aef01cb7984072e1d /sysutils/consolekit/Makefile
parent3f7c35ea164ccce1ea5736199d7c374ee75f2bb7 (diff)
downloadmarcuscom-ports-72b9440cd4449b64d9ff697341d6fd82a811de32.tar
marcuscom-ports-72b9440cd4449b64d9ff697341d6fd82a811de32.tar.gz
marcuscom-ports-72b9440cd4449b64d9ff697341d6fd82a811de32.tar.bz2
marcuscom-ports-72b9440cd4449b64d9ff697341d6fd82a811de32.tar.lz
marcuscom-ports-72b9440cd4449b64d9ff697341d6fd82a811de32.tar.xz
marcuscom-ports-72b9440cd4449b64d9ff697341d6fd82a811de32.tar.zst
marcuscom-ports-72b9440cd4449b64d9ff697341d6fd82a811de32.zip
Update to 0.4.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15271 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/consolekit/Makefile')
-rw-r--r--sysutils/consolekit/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile
new file mode 100644
index 000000000..1f0628755
--- /dev/null
+++ b/sysutils/consolekit/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: ConsoleKit
+# Date Created: 26 Aug 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/consolekit/Makefile,v 1.18 2010/11/26 23:37:11 marcus Exp $
+# $MCom: ports/sysutils/consolekit/Makefile,v 1.25 2010/10/23 10:12:30 kwm Exp $
+
+PORTNAME= consolekit
+PORTVERSION= 0.4.4
+CATEGORIES= sysutils gnome
+MASTER_SITES= http://www.freedesktop.org/software/ConsoleKit/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 \
+ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
+
+WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION}
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XORG= x11
+USE_GNOME= gnomehack
+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 \
+ --localstatedir=/var
+
+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
+ ${MKDIR} /var/log/ConsoleKit
+ ${TOUCH} /var/log/ConsoleKit/history
+
+.include <bsd.port.mk>