diff options
author | smb <smb@pkgsrc.org> | 2007-08-03 02:34:35 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-08-03 02:34:35 +0000 |
commit | f1f48b1994ea8278a7ce01fc8b869e643a701bc2 (patch) | |
tree | b28e767b43e92c44b5968f9d0ba0efa084ccb963 /mail/claws-mail-notification/Makefile | |
parent | 491b10bc1fd2d268922a7f7937bd0204ad865845 (diff) | |
download | pkgsrc-f1f48b1994ea8278a7ce01fc8b869e643a701bc2.tar.gz |
Add claws-mail 2.10.0 and many of the plug-ins
Diffstat (limited to 'mail/claws-mail-notification/Makefile')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile new file mode 100644 index 00000000000..5ac290df751 --- /dev/null +++ b/mail/claws-mail-notification/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:49 smb Exp $ +# + +DISTNAME=notification_plugin-0.11 +PKGNAME=claws-mail-notification-0.11 +CATEGORIES=mail +MASTER_SITES= http://claws-mail.org/downloads/plugins/ + +MAINTAINER= smb@NetBSD.org +COMMENT= Provides various ways to notify the user of new and unread email + +DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail + +.include "../../mk/bsd.prefs.mk" + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES+= c + +.include "../../mail/claws-mail/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |