freebsd-ports/security/netpgp/Makefile
Johan van Selst 30f7fdb001 - Update to something recent
- Correct master site
- Adopt port
2014-07-07 19:19:09 +00:00

22 lines
465 B
Makefile

# $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>