aboutsummaryrefslogtreecommitdiffstats
path: root/x11/mate-panel/Makefile
blob: 3be17d9e4ffac67763b7beda4bac7798bf876a19 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mate-panel
PORTVERSION=    1.20.1
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>