freebsd-ports/security/netpgp/Makefile
Baptiste Daroussin d5d343cfa1 - update to 20100710
- add USE_OPENSSL macros

PR:		ports/149812
Submitted by:	Julien Laffaye <kimelto _at_ gmail.com>
Approved by:	jadawin (co-mentor)
2010-08-20 20:13:09 +00:00

36 lines
654 B
Makefile

# New ports collection makefile for: netpgp
# Date created: 2009-05-27
# Whom: bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= netpgp
PORTVERSION= 20100710
CATEGORIES= security
MASTER_SITES= NETBSD/LOCAL_PORTS
MAINTAINER= bapt@FreeBSD.org
COMMENT= PGP signing, verification, encryption and decryption program
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/Licence
USE_OPENSSL= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CFLAGS+= -DOPENSSL_NO_IDEA
MAN1+= netpgp.1 \
netpgpkeys.1 \
netpgpverify.1
MAN3+= libnetpgp.3
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700042
BROKEN= does not build on 6.x.
.endif
.include <bsd.port.post.mk>