freebsd-ports/sysutils/consolekit/Makefile
Koop Mast ef44dbe331 Fix a segvault, which was caused by a not validating if a enviroment string
is empty or not [1]
Add addition way to find the ttyv device from the Xorg.log [2]

PR:		198697 [1]
Submitted by:	Pete Johanson <peter@peterjohanson.com> [1], dumbbell@ [1][2]
2015-03-23 12:18:14 +00:00

38 lines
1.2 KiB
Makefile

# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
# $FreeBSD$
PORTNAME= consolekit
PORTVERSION= 0.4.5
PORTREVISION= 3
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= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION}
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
USE_XORG= x11
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid \
--enable-pam-module \
--with-pam-module-dir=${PREFIX}/lib \
--localstatedir=/var
INSTALL_TARGET= install-strip
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-display-device \
${STAGEDIR}${PREFIX}/libexec/ck-get-x11-display-device
${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-server-pid \
${STAGEDIR}${PREFIX}/libexec/ck-get-x11-server-pid
@${MKDIR} ${STAGEDIR}/var/log/ConsoleKit
${TOUCH} ${STAGEDIR}/var/log/ConsoleKit/history
.include <bsd.port.mk>