diff options
author | netchild <netchild@FreeBSD.org> | 2009-01-20 03:49:50 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2009-01-20 03:49:50 +0800 |
commit | 12f86d1a1f6efa2a47ea2d1027addb53ea6b6ec3 (patch) | |
tree | bb63d46647a438fb825c0e45eb83b32fa7429a7b /mail/claws-mail | |
parent | cc480d718844a838d24fb63d51262bacb21ae803 (diff) | |
download | freebsd-ports-gnome-12f86d1a1f6efa2a47ea2d1027addb53ea6b6ec3.tar.gz freebsd-ports-gnome-12f86d1a1f6efa2a47ea2d1027addb53ea6b6ec3.tar.zst freebsd-ports-gnome-12f86d1a1f6efa2a47ea2d1027addb53ea6b6ec3.zip |
The S/MIME plugin is now part of claws-mail.
PR: 130588
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 8 | ||||
-rw-r--r-- | mail/claws-mail/pkg-plist | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 9a3d6aca129b..e3a4b385e657 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,7 +7,7 @@ PORTNAME= claws-mail PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news ipv6 MASTER_SITES= SF/sylpheed-claws @@ -55,7 +55,7 @@ OPTIONS= ALL "Enable all options except GNUTLS." off \ DEBUG "Enable debug support." off \ DILLO "Enable Dillo HTML viewer." off \ GNOMEPRINT "Enable extended print support (deprecated)." off \ - GPGME "Enable PGP/GnuPG support using GPGME." off \ + GPGME "Enable PGP/GnuPG/SMIME support using GPGME." off \ IPV6 "Enable ipv6 support." on \ JPILOT "Enable JPilot support." off \ LDAP "Enable LDAP support." off \ @@ -119,14 +119,14 @@ PLIST_SUB+= SA_PLUG="@comment " .if defined(WITH_GPGME) || defined(WITH_ALL) PLIST_SUB+= GPGME="" CONFIGURE_ARGS+= --enable-pgpmime-plugin --enable-pgpcore-plugin \ - --enable-pgpinline-plugin + --enable-pgpinline-plugin --enable-smime-plugin LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme \ gpg-error:${PORTSDIR}/security/libgpg-error RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg .else PLIST_SUB+= GPGME="@comment " CONFIGURE_ARGS+= --disable-pgpmime-plugin --disable-pgpcore-plugin \ - --disable-pgpinline-plugin + --disable-pgpinline-plugin --disable-smime-plugin .endif .if defined(WITH_DEBUG) || defined(WITH_ALL) CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist index b168e31212a0..d8aebd98014f 100644 --- a/mail/claws-mail/pkg-plist +++ b/mail/claws-mail/pkg-plist @@ -160,6 +160,7 @@ include/claws-mail/pine.h %%GPGME%%include/claws-mail/plugins/pgpcore/sgpgme.h %%GPGME%%include/claws-mail/plugins/pgpinline/pgpinline.h %%GPGME%%include/claws-mail/plugins/pgpmime/pgpmime.h +%%GPGME%%include/claws-mail/plugins/smime/smime.h include/claws-mail/pop.h include/claws-mail/prefs_account.h include/claws-mail/prefs_actions.h @@ -233,6 +234,10 @@ include/claws-mail/wizard.h %%GPGME%%lib/claws-mail/plugins/pgpmime.deps %%GPGME%%lib/claws-mail/plugins/pgpmime.la %%GPGME%%lib/claws-mail/plugins/pgpmime.so +%%GPGME%%lib/claws-mail/plugins/smime.a +%%GPGME%%lib/claws-mail/plugins/smime.la +%%GPGME%%lib/claws-mail/plugins/smime.so +%%GPGME%%lib/claws-mail/plugins/smime.deps %%SA_PLUG%%lib/claws-mail/plugins/spamassassin.a %%SA_PLUG%%lib/claws-mail/plugins/spamassassin.la %%SA_PLUG%%lib/claws-mail/plugins/spamassassin.so @@ -322,6 +327,7 @@ share/pixmaps/claws-mail.png %%GPGME%%@dirrm include/claws-mail/plugins/pgpmime %%GPGME%%@dirrm include/claws-mail/plugins/pgpinline %%GPGME%%@dirrm include/claws-mail/plugins/pgpcore +%%GPGME%%@dirrm include/claws-mail/plugins/smime @dirrm include/claws-mail/gtk @dirrm include/claws-mail/etpan @dirrm include/claws-mail/common |