summaryrefslogtreecommitdiff
path: root/mail/claws-mail-newmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail-newmail/Makefile')
-rw-r--r--mail/claws-mail-newmail/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/claws-mail-newmail/Makefile b/mail/claws-mail-newmail/Makefile
new file mode 100644
index 00000000000..a3699b80613
--- /dev/null
+++ b/mail/claws-mail-newmail/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:48 smb Exp $
+#
+
+DISTNAME=newmail-0.0.10
+PKGNAME=claws-mail-newmail-0.0.10
+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"