mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
69e5057b57
- Fix python shebangs - claws-mail-tnef now requires external ytnef - claws-mail-vcalendar marked as IGNORE for now, needs newer libical Release notes: http://claws-mail.org/news.php
15 lines
286 B
Makefile
15 lines
286 B
Makefile
# Created by: Pawel Pekala <pawel@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pgp
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= PGP plugins for Claws Mail
|
|
|
|
LIB_DEPENDS= libgpgme.so:security/gpgme
|
|
|
|
CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|