aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/mate-notification-daemon/Makefile
blob: 1a26447fba1b0b8f4c0a105ac241e0dd23c2c4e8 (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
# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$

PORTNAME=   mate-notification-daemon
PORTVERSION=    1.18.0
CATEGORIES= deskutils mate
MASTER_SITES=   MATE
DIST_SUBDIR=    mate

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Send small notifications to your desktop

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libdbus-1.so:devel/dbus \
        libdbus-glib-1.so:devel/dbus-glib \
        libcanberra.so:audio/libcanberra \
        libcanberra-gtk3.so:audio/libcanberra-gtk3 \
        libnotify.so:devel/libnotify

PORTSCOUT=  limitw:1,even

USES=       gettext gmake libtool localbase pathfix \
        pkgconfig tar:xz
USE_XORG=   x11
USE_GNOME=  cairo glib20 gtk30 librsvg2 libwnck3 intlhack
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \
        --disable-static
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip

GLIB_SCHEMAS=   org.mate.NotificationDaemon.gschema.xml

.include <bsd.port.mk>