diff options
author | pav <pav@FreeBSD.org> | 2006-04-29 22:31:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-29 22:31:50 +0800 |
commit | 4333f1babd385376872f5d286431e89b02f048ea (patch) | |
tree | a31bd61a1834a01bc212d489bd8bd0ccf931dbf4 /mail/claws-mail-smime/Makefile | |
parent | 3f88587325bdfd9368bdb04b6e0de96a89ed6e7a (diff) | |
download | freebsd-ports-gnome-4333f1babd385376872f5d286431e89b02f048ea.tar.gz freebsd-ports-gnome-4333f1babd385376872f5d286431e89b02f048ea.tar.zst freebsd-ports-gnome-4333f1babd385376872f5d286431e89b02f048ea.zip |
This plugin handles S/MIME signed and/or encrypted mails. You can
decrypt mails, verify signatures or sign and encrypt your own mails.
PR: ports/96208
Submitted by: Pawel Pekala <c0rn@o2.pl>
Diffstat (limited to 'mail/claws-mail-smime/Makefile')
-rw-r--r-- | mail/claws-mail-smime/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/claws-mail-smime/Makefile b/mail/claws-mail-smime/Makefile new file mode 100644 index 000000000000..6e05ff4f5a9e --- /dev/null +++ b/mail/claws-mail-smime/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: sylpheed-claws-smime +# Date created: 23 April 2006 +# Whom: Pawel Pekala <c0rn@o2.pl> +# +# $FreeBSD$ +# + +PORTNAME= smime +PORTVERSION= 0.5 +CATEGORIES= mail +MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/ +PKGNAMEPREFIX= sylpheed-claws- + +MAINTAINER= c0rn@o2.pl +COMMENT= S/MIME plugin for sylpheed-claws + +LIB_DEPENDS= gpgme.15:${PORTSDIR}/security/gpgme +BUILD_DEPENDS= sylpheed-claws>=2.1.1:${PORTSDIR}/mail/sylpheed-claws +RUN_DEPENDS= sylpheed-claws>=2.1.1:${PORTSDIR}/mail/sylpheed-claws + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_AUTOTOOLS= autoconf:259 + +PLIST_FILES=lib/sylpheed-claws/plugins/smime.a \ + lib/sylpheed-claws/plugins/smime.la \ + lib/sylpheed-claws/plugins/smime.so + +.include <bsd.port.mk> |