mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
0a7668c133
* The MATE DE is now GTK+3 based * mate-calc has come back. * New USE_MATE=mixer macro * Add license * Review dependancies * Swich to USES=localbase * atril/eom options reworked into option helper Thanks to Eric Turgeon for submitting the bulk of this MATE update. Obtained from: gnome devel repo
33 lines
909 B
Makefile
33 lines
909 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mate
|
|
PORTVERSION= 1.18.0
|
|
CATEGORIES= x11 mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= "meta-port" for the MATE integrated X11 desktop
|
|
|
|
USES= metaport
|
|
|
|
RUN_DEPENDS= mate-base>=1.8.0:x11/mate-base \
|
|
mate-themes>=1.8.0:x11-themes/mate-themes \
|
|
mate-icon-theme-faenza>=1.8.0:x11-themes/mate-icon-theme-faenza \
|
|
mate-terminal:x11/mate-terminal \
|
|
mate-screensaver:x11/mate-screensaver \
|
|
mate-calc:math/mate-calc \
|
|
mate-screenshot:deskutils/mate-utils \
|
|
mate-system-monitor:sysutils/mate-system-monitor \
|
|
eom:graphics/eom \
|
|
engrampa:archivers/engrampa \
|
|
atril:graphics/atril \
|
|
mate-volume-control:audio/mate-media \
|
|
mate-power-manager:sysutils/mate-power-manager \
|
|
caja-sendto:deskutils/caja-extensions \
|
|
mozo:deskutils/mozo \
|
|
mate-applets>=1.8.0:x11/mate-applets
|
|
|
|
USE_MATE= pluma:run
|
|
|
|
.include <bsd.port.mk>
|