aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-newmail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-29 15:02:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-29 15:02:56 +0000
commit0ca6315ec56597d2090db3e4eded87e6f7571f6b (patch)
tree5db50be9c82b21d1945163c3e16983aa69aa431b /mail/claws-mail-newmail
parent8280754ea77168881465c8679d96c4e57ca12fe2 (diff)
downloadports-0ca6315ec56597d2090db3e4eded87e6f7571f6b.tar.gz
ports-0ca6315ec56597d2090db3e4eded87e6f7571f6b.zip
Notes
Diffstat (limited to 'mail/claws-mail-newmail')
-rw-r--r--mail/claws-mail-newmail/Makefile28
-rw-r--r--mail/claws-mail-newmail/distinfo3
-rw-r--r--mail/claws-mail-newmail/files/patch-configure.ac15
-rw-r--r--mail/claws-mail-newmail/pkg-descr2
4 files changed, 48 insertions, 0 deletions
diff --git a/mail/claws-mail-newmail/Makefile b/mail/claws-mail-newmail/Makefile
new file mode 100644
index 000000000000..9e383a7b99d2
--- /dev/null
+++ b/mail/claws-mail-newmail/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: sylpheed-claws-newmail
+# Date created: 7 April 2006
+# Whom: Pawel Pekala <c0rn@o2.pl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= newmail
+PORTVERSION= 0.0.3
+CATEGORIES= mail
+MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
+PKGNAMEPREFIX= sylpheed-claws-
+
+MAINTAINER= c0rn@o2.pl
+COMMENT= Message header summary logging 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/newmail.a \
+ lib/sylpheed-claws/plugins/newmail.la \
+ lib/sylpheed-claws/plugins/newmail.so
+
+.include <bsd.port.mk>
diff --git a/mail/claws-mail-newmail/distinfo b/mail/claws-mail-newmail/distinfo
new file mode 100644
index 000000000000..a9f8fc2a4a9a
--- /dev/null
+++ b/mail/claws-mail-newmail/distinfo
@@ -0,0 +1,3 @@
+MD5 (newmail-0.0.3.tar.gz) = 47127ccef56a0b218aab3a4d8c2eacb8
+SHA256 (newmail-0.0.3.tar.gz) = 0f2671675bdf924d0f2d316fc3fad8d9db641b96a5638f9008504f4239f720f3
+SIZE (newmail-0.0.3.tar.gz) = 316825
diff --git a/mail/claws-mail-newmail/files/patch-configure.ac b/mail/claws-mail-newmail/files/patch-configure.ac
new file mode 100644
index 000000000000..939008b8425c
--- /dev/null
+++ b/mail/claws-mail-newmail/files/patch-configure.ac
@@ -0,0 +1,15 @@
+--- configure.ac.orig Fri Apr 7 16:17:27 2006
++++ configure.ac Fri Apr 7 16:19:51 2006
+@@ -45,7 +45,11 @@
+
+ dnl check for sylpheed-claws
+ PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.93)
+-SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
++if test -z $prefix ; then
++ SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
++else
++ SYLPHEED_CLAWS_PLUGINDIR=${prefix}/lib/sylpheed-claws/plugins
++fi
+ AC_SUBST(SYLPHEED_CLAWS_CFLAGS)
+ AC_SUBST(SYLPHEED_CLAWS_LIBS)
+ AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR)
diff --git a/mail/claws-mail-newmail/pkg-descr b/mail/claws-mail-newmail/pkg-descr
new file mode 100644
index 000000000000..743cb6f838d7
--- /dev/null
+++ b/mail/claws-mail-newmail/pkg-descr
@@ -0,0 +1,2 @@
+This plugin writes a msg header summary to a log file (Default: ~/Mail/NewLog)
+on arrival of new mail *after* sorting.