1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/mail/claws-mail-notification/Makefile
Milan Obuch ec694eb958 mail/claws-mail: Update to 3.20.0/4.2.0
- Resurrect fancy plugin for the GTK 3 version of Claws Mail.
- Clean up dependencies.
- Disable GDK deprecation warnings flooding the build log.
- Enable i18n of the plugins.
- Enable parallel build of plugins.

PR:		275236
Approved by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2024-06-05 16:51:52 +02:00

21 lines
505 B
Makefile

PORTNAME= notification
COMMENT= New mail notification plugin for Claws Mail
WWW= https://www.claws-mail.org/plugin.php?plugin=notification
LIB_DEPENDS= libnotify.so:devel/libnotify
.include "../claws-mail/Makefile.ver"
.if ${MASTER_OPTIONS:MGTK2}
LIB_DEPENDS+= libcanberra-gtk.so:audio/libcanberra-gtk2
.endif
.if ${MASTER_OPTIONS:MGTK3}
LIB_DEPENDS+= libcanberra-gtk3.so:audio/libcanberra-gtk3
.endif
CLAWS_PLUGINS_BUILD= ${PORTNAME}
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>