Update deskutils/mate-notification-daemon to version 1.18.0
[dports.git] / deskutils / mate-notification-daemon / Makefile
1 # Created by: Andreas Kohn <andreas@syndrom23.de>
2 # $FreeBSD$
3
4 PORTNAME=       mate-notification-daemon
5 PORTVERSION=    1.18.0
6 CATEGORIES=     deskutils mate
7 MASTER_SITES=   MATE
8 DIST_SUBDIR=    mate
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Send small notifications to your desktop
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 LIB_DEPENDS=    libdbus-1.so:devel/dbus \
17                 libdbus-glib-1.so:devel/dbus-glib \
18                 libcanberra.so:audio/libcanberra \
19                 libcanberra-gtk3.so:audio/libcanberra-gtk3 \
20                 libnotify.so:devel/libnotify
21
22 PORTSCOUT=      limitw:1,even
23
24 USES=           gettext gmake libtool localbase pathfix \
25                 pkgconfig tar:xz
26 USE_XORG=       x11
27 USE_GNOME=      cairo glib20 gtk30 librsvg2 libwnck3 intlhack
28 GNU_CONFIGURE=  yes
29 CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \
30                 --disable-static
31 INSTALLS_ICONS= yes
32 INSTALL_TARGET= install-strip
33
34 GLIB_SCHEMAS=   org.mate.NotificationDaemon.gschema.xml
35
36 .include <bsd.port.mk>