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