1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11/mate/Makefile
Koop Mast a236e2d0bf Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2.

Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.

Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.

This release was made possible by everyone that send friendly pokes to
keep mate on my mind.

Approved by:	portmgr (bapt)
2013-11-23 11:39:07 +00:00

39 lines
1.2 KiB
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate
PORTVERSION= 1.6.0
CATEGORIES= x11 mate
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= gnome@FreeBSD.org
COMMENT= The "meta-port" for the MATE integrated X11 desktop
# mate-screensaver:${PORTSDIR}/x11/mate-screensaver \
RUN_DEPENDS= mate-base>=1.6.0:${PORTSDIR}/x11/mate-base \
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-terminal:${PORTSDIR}/x11/mate-terminal \
\
mate-calc:${PORTSDIR}/math/mate-calc \
mate-screenshot:${PORTSDIR}/deskutils/mate-utils \
mate-system-monitor:${PORTSDIR}/sysutils/mate-system-monitor \
eom:${PORTSDIR}/graphics/mate-image-viewer \
engrampa:${PORTSDIR}/archivers/mate-file-archiver \
atril:${PORTSDIR}/graphics/mate-document-viewer \
mate-volume-control:${PORTSDIR}/audio/mate-media \
mate-power-manager:${PORTSDIR}/sysutils/mate-power-manager \
mozo:${PORTSDIR}/deskutils/mate-menu-editor \
mate-applets>=1.6.0:${PORTSDIR}/x11/mate-applets
USE_MATE= pluma:run
NO_BUILD= yes
NO_INSTALL= yes
NO_MTREE= yes
.include <bsd.port.mk>