mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ec694eb958
- 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)
21 lines
505 B
Makefile
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>
|