diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-02 03:06:38 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-02 03:06:38 +0800 |
commit | 5a9b493ff72050dfd12c9f3d3d01527abbc3d93f (patch) | |
tree | 6912882e9cd99882cb2f36f902bef9e4bab87509 /sysutils | |
parent | f47de777fe0694f111865a1ab19d22784df60dcb (diff) | |
download | freebsd-ports-gnome-5a9b493ff72050dfd12c9f3d3d01527abbc3d93f.tar.gz freebsd-ports-gnome-5a9b493ff72050dfd12c9f3d3d01527abbc3d93f.tar.zst freebsd-ports-gnome-5a9b493ff72050dfd12c9f3d3d01527abbc3d93f.zip |
Add USES=libtool and INSTALL_TARGET=install-strip
Obtained from: gnome-dev
Diffstat (limited to 'sysutils')
-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 |