Lines 2-13
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= consolekit |
4 |
PORTNAME= consolekit |
5 |
PORTVERSION= 1.2.1 |
5 |
PORTVERSION= 1.2.2 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= sysutils gnome |
6 |
CATEGORIES= sysutils gnome |
8 |
MASTER_SITES= https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${PORTVERSION}/ |
|
|
9 |
PKGNAMESUFFIX= 2 |
7 |
PKGNAMESUFFIX= 2 |
10 |
DISTNAME= ConsoleKit2-${PORTVERSION} |
|
|
11 |
|
8 |
|
12 |
MAINTAINER= desktop@FreeBSD.org |
9 |
MAINTAINER= desktop@FreeBSD.org |
13 |
COMMENT= Framework for defining and tracking users |
10 |
COMMENT= Framework for defining and tracking users |
Lines 26-34
Link Here
|
26 |
POLKIT_LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit |
23 |
POLKIT_LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit |
27 |
POLKIT_CONFIGURE_ENABLE= polkit |
24 |
POLKIT_CONFIGURE_ENABLE= polkit |
28 |
|
25 |
|
29 |
WRKSRC= ${WRKDIR}/ConsoleKit2-${PORTVERSION} |
26 |
USE_GITHUB= yes |
30 |
USES= gettext gmake gnome libtool localbase pathfix pkgconfig \ |
27 |
GH_ACCOUNT= ConsoleKit2 |
31 |
tar:bzip2 xorg |
28 |
GH_PROJECT= ConsoleKit2 |
|
|
29 |
GH_TAGNAME= 51c11c1 |
30 |
|
31 |
USES= autoreconf gettext gmake gnome libtool localbase pathfix \ |
32 |
pkgconfig tar:bzip2 xorg |
32 |
USE_CSTD= gnu99 |
33 |
USE_CSTD= gnu99 |
33 |
USE_XORG= x11 |
34 |
USE_XORG= x11 |
34 |
USE_GNOME= glib20 libxslt introspection:build |
35 |
USE_GNOME= glib20 libxslt introspection:build |
Lines 45-51
Link Here
|
45 |
--disable-libdrm \ |
46 |
--disable-libdrm \ |
46 |
--disable-libevdev \ |
47 |
--disable-libevdev \ |
47 |
--disable-libudev \ |
48 |
--disable-libudev \ |
48 |
--without-systemdsystemunitdir |
49 |
--without-systemdsystemunitdir \ |
|
|
50 |
--disable-gtk-doc |
49 |
INSTALL_TARGET= install-strip |
51 |
INSTALL_TARGET= install-strip |
50 |
|
52 |
|
51 |
post-install: |
53 |
post-install: |