mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= consolekit
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${PORTVERSION}/
|
|
PKGNAMESUFFIX= 2
|
|
DISTNAME= ConsoleKit2-${PORTVERSION}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Framework for defining and tracking users
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|
libpolkit-gobject-1.so:sysutils/polkit
|
|
|
|
WRKSRC= ${WRKDIR}/ConsoleKit2-${PORTVERSION}
|
|
USES= gettext gmake libtool localbase pathfix pkgconfig tar:bzip2
|
|
USE_CSTD= gnu99
|
|
USE_XORG= x11
|
|
USE_GNOME= glib20 libxslt introspection:build
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid \
|
|
--enable-pam-module \
|
|
--with-pam-module-dir=${PREFIX}/lib \
|
|
--localstatedir=/var \
|
|
--enable-polkit \
|
|
--enable-introspection \
|
|
--without-html-dir \
|
|
--disable-udev-acl \
|
|
--disable-libcgmanager \
|
|
--disable-libdrm \
|
|
--disable-libevdev \
|
|
--disable-libudev \
|
|
--without-systemdsystemunitdir
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|