# $FreeBSD: tags/RELEASE_10_0_0/security/netpgp/Makefile 336149 2013-12-11 07:31:53Z bapt $

PORTNAME=	netpgp
PORTVERSION=	20101107
CATEGORIES=	security
MASTER_SITES=	NETBSD/LOCAL_PORTS

MAINTAINER=	bapt@FreeBSD.org
COMMENT=	PGP signing, verification, encryption, and decryption program

LICENSE=	BSD

USE_OPENSSL=	yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

CFLAGS+=	-Wno-error
.if !exists(/usr/include/openssl/idea.h)
CFLAGS+=-	-DOPENSSL_NO_IDEA
.endif

.include <bsd.port.mk>
