blob: 8cb8dacfac8a4c0088d88ae265a378ae5b3bf904 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $FreeBSD$
PORTNAME= netpgp
PORTVERSION= 20101107
CATEGORIES= security
MASTER_SITES= NETBSD/LOCAL_PORTS
MAINTAINER= ports@FreeBSD.org
COMMENT= PGP signing, verification, encryption, and decryption program
LICENSE= BSD
USES= libtool
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>
|