blob: 5a5ac73811b491d67500724fd026df12c53e2a0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: Pawel Pekala <pawel@FreeBSD.org>
# $FreeBSD$
PORTNAME= pgp
PORTREVISION= 0
COMMENT= PGP plugins for Claws Mail
LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme
CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>
|