mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
7ff9c9198e
Approved by: bapt
38 lines
943 B
Makefile
38 lines
943 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mate-session-manager
|
|
PORTVERSION= 1.20.1
|
|
CATEGORIES= x11 mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Session component for the MATE desktop
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
|
libdbus-1.so:devel/dbus \
|
|
libupower-glib.so:sysutils/upower
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysutils/consolekit2 \
|
|
${LOCALBASE}/bin/xdpyinfo:x11/xdpyinfo
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake localbase libtool pathfix \
|
|
pkgconfig tar:xz
|
|
USE_MATE= desktop
|
|
USE_XORG= ice sm x11 xau xext xrandr xrender xtrans xtst
|
|
USE_GNOME= cairo gtk30 intlhack librsvg2 libxslt pango
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-docbook-docs \
|
|
--enable-upower \
|
|
--with-systemd=no
|
|
INSTALLS_ICONS= yes
|
|
|
|
GLIB_SCHEMAS= org.mate.session.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|