diff options
-rw-r--r-- | x11/mate-base/Makefile | 9 | ||||
-rw-r--r-- | x11/mate-base/pkg-plist | 1 | ||||
-rw-r--r-- | x11/mate/Makefile | 9 | ||||
-rw-r--r-- | x11/mate/pkg-plist | 1 |
4 files changed, 4 insertions, 16 deletions
diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile index 65d5f2b34a27..4ef0b114c956 100644 --- a/x11/mate-base/Makefile +++ b/x11/mate-base/Makefile @@ -4,13 +4,12 @@ PORTNAME= mate-base PORTVERSION= 1.8.1 CATEGORIES= x11 mate -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty 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 \ @@ -22,8 +21,4 @@ USE_MATE= caja:run controlcenter:run dialogs:run icontheme:run \ marco:run notificationdaemon:run panel:run \ polkit:run -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - .include <bsd.port.mk> diff --git a/x11/mate-base/pkg-plist b/x11/mate-base/pkg-plist deleted file mode 100644 index 549a621fec0c..000000000000 --- a/x11/mate-base/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/x11/mate/Makefile b/x11/mate/Makefile index af69c12886be..0781e5b1ec3f 100644 --- a/x11/mate/Makefile +++ b/x11/mate/Makefile @@ -4,13 +4,12 @@ PORTNAME= mate PORTVERSION= 1.8.1 CATEGORIES= x11 mate -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= "meta-port" for the MATE integrated X11 desktop +USES= metaport + RUN_DEPENDS= mate-base>=1.8.0:${PORTSDIR}/x11/mate-base \ mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \ mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza \ @@ -29,8 +28,4 @@ RUN_DEPENDS= mate-base>=1.8.0:${PORTSDIR}/x11/mate-base \ USE_MATE= pluma:run -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - .include <bsd.port.mk> diff --git a/x11/mate/pkg-plist b/x11/mate/pkg-plist deleted file mode 100644 index 549a621fec0c..000000000000 --- a/x11/mate/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty |