19 lines
455 B
Makefile
19 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/08/26 20:22:52 sno Exp $
|
|
#
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PLUGIN_NAME= trayicon
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
PKGREVISION= 1
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
COMMENT= Places an icon in the system tray for new mail
|
|
|
|
CONFIGURE_ARGS+= --enable-trayicon-plugin
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|