freebsd-ports/deskutils/mate-notification-daemon/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

37 lines
1,010 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
PORTNAME= mate-notification-daemon
PORTVERSION= 1.26.0
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Send small notifications to your desktop
LICENSE= GPLv2+ GPLv3+
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libcanberra.so:audio/libcanberra \
libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libmate-desktop-2.so:x11/mate-desktop \
libmate-panel-applet-4.so:x11/mate-panel \
libnotify.so:devel/libnotify
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz \
xorg
USE_XORG= x11
USE_GNOME= cairo glib20 gtk30 intlhack librsvg2 libwnck3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static \
--with-dbus-services=${PREFIX}/share/dbus-1/services
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.NotificationDaemon.gschema.xml
.include <bsd.port.mk>