2009-06-15 23:46:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= netpgp
|
2014-07-07 21:19:09 +02:00
|
|
|
PORTVERSION= 20140220
|
2009-06-15 23:46:41 +02:00
|
|
|
CATEGORIES= security
|
2014-07-07 21:19:09 +02:00
|
|
|
MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/
|
2009-06-15 23:46:41 +02:00
|
|
|
|
2014-07-07 21:19:09 +02:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= PGP signing, verification, encryption, and decryption program
|
2009-06-15 23:46:41 +02:00
|
|
|
|
2014-07-06 23:22:56 +02:00
|
|
|
USES= libtool
|
2010-08-20 22:13:09 +02:00
|
|
|
USE_OPENSSL= yes
|
2009-06-15 23:46:41 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2014-07-07 21:19:09 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2009-06-15 23:46:41 +02:00
|
|
|
|
2013-12-11 08:31:53 +01:00
|
|
|
CFLAGS+= -Wno-error
|
|
|
|
.if !exists(/usr/include/openssl/idea.h)
|
2014-03-01 23:41:57 +01:00
|
|
|
CFLAGS+= -DOPENSSL_NO_IDEA
|
2013-12-11 08:31:53 +01:00
|
|
|
.endif
|
2009-06-15 23:46:41 +02:00
|
|
|
|
2012-11-30 11:47:14 +01:00
|
|
|
.include <bsd.port.mk>
|