2013-11-23 12:39:07 +01:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mate-panel
|
2018-04-13 23:16:56 +02:00
|
|
|
PORTVERSION= 1.20.1
|
2013-11-23 12:39:07 +01:00
|
|
|
CATEGORIES= x11 mate
|
|
|
|
MASTER_SITES= MATE
|
|
|
|
DIST_SUBDIR= mate
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Panel component for the MATE Desktop
|
|
|
|
|
2017-07-04 13:44:30 +02:00
|
|
|
LICENSE= GPLv2 GFDL LGPL21
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
|
|
|
LICENSE_FILE_GFDL= ${WRKSRC}/COPYING-DOCS
|
|
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
2017-07-04 13:44:30 +02:00
|
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
|
|
|
libstartup-notification-1.so:x11/startup-notification
|
2013-11-23 12:39:07 +01:00
|
|
|
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2017-07-04 13:44:30 +02:00
|
|
|
USES= gettext gmake libtool localbase pathfix pkgconfig \
|
|
|
|
tar:xz
|
|
|
|
USE_MATE= desktop libmateweather menus
|
2013-11-23 12:39:07 +01:00
|
|
|
USE_XORG= ice sm x11 xau xrandr
|
2017-07-04 13:44:30 +02:00
|
|
|
USE_GNOME= cairo dconf gnomeprefix gtk30 intltool \
|
|
|
|
introspection:build librsvg2 libwnck3
|
2013-11-23 12:39:07 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2014-05-18 23:05:53 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-11-23 12:39:07 +01:00
|
|
|
|
|
|
|
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 \
|
2014-09-10 15:11:28 +02:00
|
|
|
org.mate.panel.menubar.gschema.xml \
|
2013-11-23 12:39:07 +01:00
|
|
|
org.mate.panel.object.gschema.xml \
|
|
|
|
org.mate.panel.toplevel.gschema.xml
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|