freebsd-ports/x11/mate-panel/Makefile
Koop Mast 0a7668c133 Update the mate desktop to 1.18.
* 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
2017-07-04 11:44:30 +00:00

47 lines
1.3 KiB
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-panel
PORTVERSION= 1.18.3
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Panel component for the MATE Desktop
LICENSE= GPLv2 GFDL LGPL21
LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_GFDL= ${WRKSRC}/COPYING-DOCS
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libstartup-notification-1.so:x11/startup-notification
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool localbase pathfix pkgconfig \
tar:xz
USE_MATE= desktop libmateweather menus
USE_XORG= ice sm x11 xau xrandr
USE_GNOME= cairo dconf gnomeprefix gtk30 intltool \
introspection:build librsvg2 libwnck3
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.panel.applet.clock.gschema.xml \
org.mate.panel.applet.fish.gschema.xml \
org.mate.panel.applet.window-list.gschema.xml \
org.mate.panel.applet.workspace-switcher.gschema.xml \
org.mate.panel.enums.xml \
org.mate.panel.gschema.xml \
org.mate.panel.menubar.gschema.xml \
org.mate.panel.object.gschema.xml \
org.mate.panel.toplevel.gschema.xml
.include <bsd.port.mk>