2ab1cc5285
Apart from version updates, the highlights are: * fix orphaned file issues in atril/atril-lite. * Add licenses where required. * make sure the mime xml gets installed in mate-control-center. * regen the m-c-c patch, with make makepatch.
37 lines
943 B
Makefile
37 lines
943 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mate-session-manager
|
|
PORTVERSION= 1.18.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>
|