summaryrefslogtreecommitdiff
path: root/mail/claws-mail-att_remover
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-29 14:58:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-29 14:58:22 +0000
commit8280754ea77168881465c8679d96c4e57ca12fe2 (patch)
tree39c4c0260a6a7e12cb4bbf8b6460fe0ec4edb167 /mail/claws-mail-att_remover
parentThis plugin handles signature verification and decryption of encrypted (diff)
This plugin lets you remove attachments from emails.
PR: ports/95456 Submitted by: Pawel Pekala <c0rn@o2.pl>
Notes
Notes: svn path=/head/; revision=160783
Diffstat (limited to 'mail/claws-mail-att_remover')
-rw-r--r--mail/claws-mail-att_remover/Makefile28
-rw-r--r--mail/claws-mail-att_remover/distinfo3
-rw-r--r--mail/claws-mail-att_remover/files/patch-configure.ac15
-rw-r--r--mail/claws-mail-att_remover/pkg-descr1
4 files changed, 47 insertions, 0 deletions
diff --git a/mail/claws-mail-att_remover/Makefile b/mail/claws-mail-att_remover/Makefile
new file mode 100644
index 000000000000..322ceee50f65
--- /dev/null
+++ b/mail/claws-mail-att_remover/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: sylpheed-claws-att_remover
+# Date created: 3 April 2006
+# Whom: Pawel Pekala <c0rn@o2.pl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= att_remover
+PORTVERSION= 1.0
+CATEGORIES= mail
+MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
+PKGNAMEPREFIX= sylpheed-claws-
+
+MAINTAINER= c0rn@o2.pl
+COMMENT= Attachments removing 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/att_remover.a \
+ lib/sylpheed-claws/plugins/att_remover.la \
+ lib/sylpheed-claws/plugins/att_remover.so
+
+.include <bsd.port.mk>
diff --git a/mail/claws-mail-att_remover/distinfo b/mail/claws-mail-att_remover/distinfo
new file mode 100644
index 000000000000..604b38db908f
--- /dev/null
+++ b/mail/claws-mail-att_remover/distinfo
@@ -0,0 +1,3 @@
+MD5 (att_remover-1.0.tar.gz) = 2bcc8bfa17a3a0c649126a6fd1821250
+SHA256 (att_remover-1.0.tar.gz) = 524a5cfa69c687593c5ef7b8554aa225e05dbc02c9f34a68140176473c85f5ce
+SIZE (att_remover-1.0.tar.gz) = 316733
diff --git a/mail/claws-mail-att_remover/files/patch-configure.ac b/mail/claws-mail-att_remover/files/patch-configure.ac
new file mode 100644
index 000000000000..f050c6e7fb81
--- /dev/null
+++ b/mail/claws-mail-att_remover/files/patch-configure.ac
@@ -0,0 +1,15 @@
+--- configure.ac.orig Wed Apr 5 19:44:43 2006
++++ configure.ac Wed Apr 5 19:49:44 2006
+@@ -42,7 +42,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-att_remover/pkg-descr b/mail/claws-mail-att_remover/pkg-descr
new file mode 100644
index 000000000000..812ae6aadab9
--- /dev/null
+++ b/mail/claws-mail-att_remover/pkg-descr
@@ -0,0 +1 @@
+This plugin lets you remove attachments from emails.