Update deskutils/korganizer to version 22.08.1_1
[dports.git] / deskutils / xfce4-notifyd / Makefile
1 #
2 # !!!NOTE!!! Update of x11-toolkits/gtk30 (specially >= 3.20.x) must be
3 # accompanied by PORTREVISION bumps of this port.
4 # Support of GTK+ is checked at compile time and themes directories too.
5
6 PORTNAME=       xfce4-notifyd
7 PORTVERSION=    0.6.4
8 CATEGORIES=     deskutils xfce
9 MASTER_SITES=   XFCE/apps
10 DIST_SUBDIR=    xfce4
11
12 MAINTAINER=     ehaupt@FreeBSD.org
13 COMMENT=        Visually-appealing notification daemon for Xfce
14 WWW=            https://gitlab.xfce.org/apps/xfce4-notifyd
15
16 LICENSE=        GPLv3
17
18 LIB_DEPENDS=    libharfbuzz.so:print/harfbuzz \
19                 libnotify.so:devel/libnotify
20
21 USES=           compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
22                 tar:bzip2 xfce xorg
23 USE_GNOME=      cairo gdkpixbuf2 glib20 gtk30 intltool
24 USE_XFCE=       libutil panel
25 USE_XORG=       ice sm x11
26
27 GNU_CONFIGURE=  yes
28 INSTALL_TARGET= install-strip
29
30 OPTIONS_DEFINE= NLS
31 OPTIONS_SUB=    yes
32
33 NLS_USES=               gettext-runtime
34 NLS_CONFIGURE_ENABLE=   nls
35
36 .include <bsd.port.mk>