diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 19:06:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 19:06:38 +0000 |
commit | 2098286a22071ecfe1445c9a9562cf5bfc9e34dc (patch) | |
tree | 6912882e9cd99882cb2f36f902bef9e4bab87509 /sysutils/consolekit | |
parent | 2b04cc46112f1201d1ad4274a7f2fd0e21c27c11 (diff) | |
download | ports-2098286a22071ecfe1445c9a9562cf5bfc9e34dc.tar.gz ports-2098286a22071ecfe1445c9a9562cf5bfc9e34dc.zip |
Notes
Diffstat (limited to 'sysutils/consolekit')
-rw-r--r-- | sysutils/consolekit/Makefile | 4 | ||||
-rw-r--r-- | sysutils/consolekit/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index 14b7e7f1f27f..d7a1644b1b9c 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -3,6 +3,7 @@ PORTNAME= consolekit PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/ConsoleKit/dist/ DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX} @@ -14,14 +15,15 @@ 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 -USES= gettext gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid \ --localstatedir=/var +INSTALL_TARGET= install-strip post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-display-device \ diff --git a/sysutils/consolekit/pkg-plist b/sysutils/consolekit/pkg-plist index 8a490403d362..a95c8ddedd1c 100644 --- a/sysutils/consolekit/pkg-plist +++ b/sysutils/consolekit/pkg-plist @@ -9,9 +9,9 @@ etc/dbus-1/system.d/ConsoleKit.conf include/ConsoleKit/ck-connector/ck-connector.h lib/ConsoleKit/scripts/ck-system-restart lib/ConsoleKit/scripts/ck-system-stop -lib/libck-connector.la lib/libck-connector.so lib/libck-connector.so.0 +lib/libck-connector.so.0.0.0 libdata/pkgconfig/ck-connector.pc libexec/ck-collect-session-info libexec/ck-get-x11-display-device |