summaryrefslogtreecommitdiff
path: root/mail/claws-mail-fetchinfo/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-29 14:41:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-29 14:41:56 +0000
commit70857128b218e2cbf5a24253b8c41dc7eae5864a (patch)
tree0c246ff098cb5f663a8b031cf416456b0e089b2c /mail/claws-mail-fetchinfo/Makefile
parentThis plugin handles mailboxes in mbox format. (diff)
This plugin inserts headers containing some download information: UIDL,
Sylpheeds account name, POP server, user ID and retrieval time. PR: ports/95444 Submitted by: Pawel Pekala <c0rn@o2.pl>
Notes
Notes: svn path=/head/; revision=160776
Diffstat (limited to 'mail/claws-mail-fetchinfo/Makefile')
-rw-r--r--mail/claws-mail-fetchinfo/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/claws-mail-fetchinfo/Makefile b/mail/claws-mail-fetchinfo/Makefile
new file mode 100644
index 000000000000..75bf4b11f88e
--- /dev/null
+++ b/mail/claws-mail-fetchinfo/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: sylpheed-claws-fetchinfo
+# Date created: 3 April 2006
+# Whom: Pawel Pekala <c0rn@o2.pl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fetchinfo
+PORTVERSION= 0.4.12
+CATEGORIES= mail
+MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
+PKGNAMEPREFIX= sylpheed-claws-
+DISTNAME= ${PORTNAME}-plugin-${PORTVERSION}
+
+MAINTAINER= c0rn@o2.pl
+COMMENT= Header insertation plugin for sylpheed-claws
+
+BUILD_DEPENDS= sylpheed-claws>=2.0:${PORTSDIR}/mail/sylpheed-claws
+RUN_DEPENDS= sylpheed-claws>=2.0:${PORTSDIR}/mail/sylpheed-claws
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_AUTOTOOLS= autoconf:259
+
+PLIST_FILES= lib/sylpheed-claws/plugins/fetchinfo_plugin.a \
+ lib/sylpheed-claws/plugins/fetchinfo_plugin.la \
+ lib/sylpheed-claws/plugins/fetchinfo_plugin.so \
+ lib/sylpheed-claws/plugins/fetchinfo_plugin_gtk.a \
+ lib/sylpheed-claws/plugins/fetchinfo_plugin_gtk.la \
+ lib/sylpheed-claws/plugins/fetchinfo_plugin_gtk.so \
+ lib/sylpheed-claws/plugins/fetchinfo_plugin_gtk.deps
+
+.include <bsd.port.mk>