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
14 lines
286 B
Makefile
14 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>
|