aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-etpan_privacy
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-29 14:50:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-29 14:50:00 +0000
commitd622f81068ea2fcf933c4db932cd5425708c8d64 (patch)
treee97d4be48763c7322ad8f8ae0a3bf096ca816461 /mail/claws-mail-etpan_privacy
parent09ee1a43e3084e14d43050007735d186b9d60069 (diff)
Notes
Diffstat (limited to 'mail/claws-mail-etpan_privacy')
-rw-r--r--mail/claws-mail-etpan_privacy/Makefile29
-rw-r--r--mail/claws-mail-etpan_privacy/distinfo3
-rw-r--r--mail/claws-mail-etpan_privacy/files/patch-configure.ac15
-rw-r--r--mail/claws-mail-etpan_privacy/pkg-descr2
4 files changed, 49 insertions, 0 deletions
diff --git a/mail/claws-mail-etpan_privacy/Makefile b/mail/claws-mail-etpan_privacy/Makefile
new file mode 100644
index 000000000000..60f1c9c3414a
--- /dev/null
+++ b/mail/claws-mail-etpan_privacy/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: sylpheed-claws-etpan_privacy
+# Date created: 3 April 2006
+# Whom: Pawel Pekala <c0rn@o2.pl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= etpan_privacy
+PORTVERSION= 0.13
+CATEGORIES= mail
+MASTER_SITES= http://claws.sylpheed.org/downloads/
+PKGNAMEPREFIX= sylpheed-claws-
+DISTNAME= etpan-privacy-${PORTVERSION}
+
+MAINTAINER= c0rn@o2.pl
+COMMENT= S/MIME, PGP verification and decryption plugin for sylpheed-claws
+
+BUILD_DEPENDS= sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws
+RUN_DEPENDS= sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_AUTOTOOLS= autoconf:259
+
+PLIST_FILES= lib/sylpheed-claws/plugins/etpan-privacy.a \
+ lib/sylpheed-claws/plugins/etpan-privacy.la \
+ lib/sylpheed-claws/plugins/etpan-privacy.so
+
+.include <bsd.port.mk>
diff --git a/mail/claws-mail-etpan_privacy/distinfo b/mail/claws-mail-etpan_privacy/distinfo
new file mode 100644
index 000000000000..02b76d75b662
--- /dev/null
+++ b/mail/claws-mail-etpan_privacy/distinfo
@@ -0,0 +1,3 @@
+MD5 (etpan-privacy-0.13.tar.gz) = 8d2d3f53e9b0a946a65c9deda352dad0
+SHA256 (etpan-privacy-0.13.tar.gz) = aaaae43c17ca35214b02f60f0f62e486f9f2796c115dd052122c4c179277648b
+SIZE (etpan-privacy-0.13.tar.gz) = 328009
diff --git a/mail/claws-mail-etpan_privacy/files/patch-configure.ac b/mail/claws-mail-etpan_privacy/files/patch-configure.ac
new file mode 100644
index 000000000000..6d021801e19e
--- /dev/null
+++ b/mail/claws-mail-etpan_privacy/files/patch-configure.ac
@@ -0,0 +1,15 @@
+--- configure.ac.orig Wed Apr 5 20:13:32 2006
++++ configure.ac Wed Apr 5 20:14:40 2006
+@@ -27,7 +27,11 @@
+ # 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-etpan_privacy/pkg-descr b/mail/claws-mail-etpan_privacy/pkg-descr
new file mode 100644
index 000000000000..9509135c6a73
--- /dev/null
+++ b/mail/claws-mail-etpan_privacy/pkg-descr
@@ -0,0 +1,2 @@
+This plugin handles signature verification and decryption of encrypted
+messages in S/MIME, OpenPGP, and ascii-armored PGP formats.