2013-11-23 11:39:07 +00:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mate-base
|
2014-09-10 13:11:28 +00:00
|
|
|
PORTVERSION= 1.8.1
|
2013-11-23 11:39:07 +00:00
|
|
|
CATEGORIES= x11 mate
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-09-10 13:11:28 +00:00
|
|
|
COMMENT= "meta-port" for the MATE base integrated X11 desktop
|
2013-11-23 11:39:07 +00:00
|
|
|
|
2015-03-21 23:05:19 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu \
|
2013-11-23 11:39:07 +00:00
|
|
|
${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \
|
|
|
|
${LOCALBASE}/share/mate-background-properties/mate-desktop.xml:${PORTSDIR}/x11-themes/mate-backgrounds \
|
|
|
|
${LOCALBASE}/bin/mate-session:${PORTSDIR}/x11/mate-session-manager \
|
2014-09-10 13:11:28 +00:00
|
|
|
mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \
|
|
|
|
mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza
|
2013-11-23 11:39:07 +00:00
|
|
|
|
|
|
|
USE_MATE= caja:run controlcenter:run dialogs:run icontheme:run \
|
2014-09-10 13:11:28 +00:00
|
|
|
marco:run notificationdaemon:run panel:run \
|
2013-11-23 11:39:07 +00:00
|
|
|
polkit:run
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
2014-09-10 13:11:28 +00:00
|
|
|
NO_INSTALL= yes
|
2013-11-23 11:39:07 +00:00
|
|
|
NO_MTREE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|