blob: 549beb0311d348f8af0fa97f99e40cbb0806f006 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:34 joerg Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
PLUGIN_NAME= trayicon
PLUG_VER= 3.4.0
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb@NetBSD.org
COMMENT= Places an icon in the system tray for new mail
CONFIGURE_ARGS+= --enable-trayicon-plugin
DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mail/claws-mail/Makefile.vers"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|