aboutsummaryrefslogtreecommitdiffstats
path: root/x11/mate-panel/Makefile
blob: 0092fed196e6c7b092fde7ffdaac0517c2ed5ed6 (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
48
49
50
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mate-panel
PORTVERSION=    1.6.1
PORTREVISION=   2
CATEGORIES= x11 mate
MASTER_SITES=   MATE
DIST_SUBDIR=    mate

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Panel component for the MATE Desktop

BUILD_DEPENDS=  gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
LIB_DEPENDS=    libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
        libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra

PORTSCOUT=  limitw:1,even

USES=       gettext gmake libtool pathfix pkgconfig tar:xz
USE_MATE=   desktop docutils libmateweather libmatewnck menus
USE_XORG=   ice sm x11 xau xrandr
USE_GNOME=  cairo dconf gdkpixbuf2 glib20 gnomehier gtk20 \
        intlhack introspection:build librsvg2 pango
USE_PYTHON= yes
INSTALLS_OMF=   yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-network-manager \
        --disable-gtk-doc \
        --with-html-dir=${PREFIX}/share/doc \
        --libexecdir=${PREFIX}/lib/mate-panel
INSTALLS_ICONS= yes
LDFLAGS+=   -L${LOCALBASE}/lib
CPPFLAGS+=  -I${LOCALBASE}/include
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.object.gschema.xml \
        org.mate.panel.toplevel.gschema.xml

post-install:
    @${MKDIR} ${STAGEDIR}${PREFIX}/lib/mate-panel/modules

.include <bsd.port.mk>