blob: ae2f1f8014ac57585f4340c85df1b7725c6f9605 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= notification
PORTREVISION= 1
COMMENT= New mail notification plugin for Claws Mail
LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
libnotify.so:${PORTSDIR}/devel/libnotify
CLAWS_PLUGINS_BUILD= notification
NO_STAGE= yes
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>
|