aboutsummaryrefslogtreecommitdiffstats
path: root/security/netpgp/Makefile
blob: a7a88b3f4ed2f018a71b97b743178de231b2af89 (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=    20140220
CATEGORIES= security
MASTER_SITES=   ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/

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

USES=       libtool
USE_OPENSSL=    yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip

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

.include <bsd.port.mk>