diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 23:21:23 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 23:21:23 +0800 |
commit | 99863dc637ed7335ae68f1808f37809d6dba769d (patch) | |
tree | 877f39458e272098da7ec0a116ca627e8b173628 /x11/mate-base | |
parent | 1f0fd654fce3d05357f355ac7313d1b1136372fe (diff) | |
download | freebsd-ports-gnome-99863dc637ed7335ae68f1808f37809d6dba769d.tar.gz freebsd-ports-gnome-99863dc637ed7335ae68f1808f37809d6dba769d.tar.zst freebsd-ports-gnome-99863dc637ed7335ae68f1808f37809d6dba769d.zip |
Convert to USES=metaport
Diffstat (limited to 'x11/mate-base')
-rw-r--r-- | x11/mate-base/Makefile | 9 | ||||
-rw-r--r-- | x11/mate-base/pkg-plist | 1 |
2 files changed, 2 insertions, 8 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 |