Tweak textproc/fixrtf version 0.1.20060303_3
[dports.git] / security / netpgp / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       netpgp
4 PORTVERSION=    20140220
5 CATEGORIES=     security
6 MASTER_SITES=   ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/
7
8 MAINTAINER=     johans@FreeBSD.org
9 COMMENT=        PGP signing, verification, encryption, and decryption program
10
11 USES=           libtool
12 USE_OPENSSL=    yes
13 USE_LDCONFIG=   yes
14 GNU_CONFIGURE=  yes
15 INSTALL_TARGET= install-strip
16
17 CFLAGS+=        -Wno-error
18 .if !exists(/usr/include/openssl/idea.h)
19 CFLAGS+=        -DOPENSSL_NO_IDEA
20 .endif
21
22 .include <bsd.port.mk>