freebsd-ports/mail/claws-mail-notification/Makefile

15 lines
341 B
Makefile

# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= notification
PORTREVISION= 1
COMMENT= New mail notification plugin for Claws Mail
LIB_DEPENDS= canberra-gtk:${PORTSDIR}/audio/libcanberra \
notify:${PORTSDIR}/devel/libnotify
CLAWS_PLUGINS_BUILD= notification
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>