freebsd-ports/security/netpgp/Makefile

23 lines
465 B
Makefile
Raw Normal View History

# $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
2014-07-06 23:22:56 +02:00
USES= libtool
USE_OPENSSL= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
2013-12-11 08:31:53 +01:00
CFLAGS+= -Wno-error
.if !exists(/usr/include/openssl/idea.h)
CFLAGS+= -DOPENSSL_NO_IDEA
2013-12-11 08:31:53 +01:00
.endif
.include <bsd.port.mk>