aboutsummaryrefslogtreecommitdiff
path: root/security/netpgp/Makefile
blob: ce8a3f20e383735900fd5027b39bde4135e007db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

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>