pkgsrc/mail/claws-mail-trayicon/Makefile
smb 6b7f46a001 Fix missing .include of ssl, to make things work on Linux; fix
other nits in claws-mail base package, notably missing $NetBSD$
lines.
2008-09-26 17:51:17 +00:00

21 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/09/26 17:51:18 smb Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
PLUGIN_NAME= trayicon
PLUG_VER= 3.5.0
PKGREVISION= 1
.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.5.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mail/claws-mail/Makefile.vers"
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"