aboutsummaryrefslogtreecommitdiff
path: root/x11/mate-base
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-10 13:11:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-10 13:11:28 +0000
commitbcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc (patch)
treee98877eaeb5e2a44f00691183c3f6564168e2955 /x11/mate-base
parentf9f9a731b4169a1148866d9821539fe3f5dd5aa6 (diff)
downloadports-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.tar.gz
ports-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.zip
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
Notes
Notes: svn path=/head/; revision=367830
Diffstat (limited to 'x11/mate-base')
-rw-r--r--x11/mate-base/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile
index a9a93caea8c9..1f188ee06d76 100644
--- a/x11/mate-base/Makefile
+++ b/x11/mate-base/Makefile
@@ -2,29 +2,28 @@
# $FreeBSD$
PORTNAME= mate-base
-PORTVERSION= 1.6.0
+PORTVERSION= 1.8.1
CATEGORIES= x11 mate
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= gnome@FreeBSD.org
-COMMENT= The "meta-port" for the MATE base integrated X11 desktop
+COMMENT= "meta-port" for the MATE base integrated X11 desktop
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu \
${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 \
- mate-themes>=1.6.0:${PORTSDIR}/x11-themes/mate-themes \
- mate-icon-theme-faenza>=1.6.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza
+ mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \
+ mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza
USE_MATE= caja:run controlcenter:run dialogs:run icontheme:run \
- keyring:run marco:run notificationdaemon:run panel:run \
+ marco:run notificationdaemon:run panel:run \
polkit:run
NO_BUILD= yes
+NO_INSTALL= yes
NO_MTREE= yes
-do-install: # empty
-
.include <bsd.port.mk>