blob: 3544be947b9fec496d4c19f667162f0ec4b757d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-base
PORTVERSION= 1.10.0
CATEGORIES= x11 mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= "meta-port" for the MATE base integrated X11 desktop
USES= metaport
RUN_DEPENDS= ${LOCALBASE}/share/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.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 icontheme:run \
marco:run notificationdaemon:run panel:run \
polkit:run
.include <bsd.port.mk>
|