Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= polkit |
4 |
PORTNAME= polkit |
5 |
PORTVERSION= 0.114 |
5 |
PORTVERSION= 0.116 |
6 |
PORTREVISION= 3 |
|
|
7 |
CATEGORIES= sysutils gnome |
6 |
CATEGORIES= sysutils gnome |
8 |
MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ |
7 |
MASTER_SITES= https://www.freedesktop.org/software/polkit/releases/ |
9 |
|
8 |
|
10 |
MAINTAINER= desktop@FreeBSD.org |
9 |
MAINTAINER= desktop@FreeBSD.org |
11 |
COMMENT= Framework for controlling access to system-wide components |
10 |
COMMENT= Framework for controlling access to system-wide components |
Lines 14-20
Link Here
|
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
|
14 |
|
16 |
LIB_DEPENDS= libexpat.so:textproc/expat2 \ |
15 |
LIB_DEPENDS= libexpat.so:textproc/expat2 \ |
17 |
libmozjs-52.so:lang/spidermonkey52 |
16 |
libmozjs-60.so:lang/spidermonkey60 |
18 |
RUN_DEPENDS= dbus-launch:devel/dbus |
17 |
RUN_DEPENDS= dbus-launch:devel/dbus |
19 |
|
18 |
|
20 |
USERS= polkitd |
19 |
USERS= polkitd |
Lines 22-28
Link Here
|
22 |
|
21 |
|
23 |
USES= compiler:c++11-lib gettext gmake gnome libtool localbase \ |
22 |
USES= compiler:c++11-lib gettext gmake gnome libtool localbase \ |
24 |
pathfix pkgconfig shebangfix |
23 |
pathfix pkgconfig shebangfix |
25 |
USE_GNOME= glib20 intlhack introspection:build |
24 |
USE_GNOME= glib20 intltool introspection:build |
26 |
SHEBANG_FILES= ${WRKSRC}/src/polkitbackend/toarray.pl |
25 |
SHEBANG_FILES= ${WRKSRC}/src/polkitbackend/toarray.pl |
27 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
28 |
USE_LDCONFIG= yes |
27 |
USE_LDCONFIG= yes |
Lines 34-41
Link Here
|
34 |
--with-polkitd-user=${USERS} \ |
33 |
--with-polkitd-user=${USERS} \ |
35 |
--disable-static \ |
34 |
--disable-static \ |
36 |
--disable-examples \ |
35 |
--disable-examples \ |
37 |
--disable-libsystemd-login \ |
36 |
--enable-libsystemd-login=no \ |
38 |
--disable-libelogind \ |
37 |
--enable-libelogind=no \ |
39 |
--disable-test \ |
38 |
--disable-test \ |
40 |
--enable-introspection=yes \ |
39 |
--enable-introspection=yes \ |
41 |
--localstatedir=/var |
40 |
--localstatedir=/var |