1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/mail/claws-mail-pgp/Makefile
Pawel Pekala f2904b6af8 - Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
2013-08-29 15:01:46 +00:00

15 lines
298 B
Makefile

# 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>