2004-12-03 13:37:23 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2004/12/03 12:37:23 wiz Exp $
|
2003-12-08 18:44:49 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= pinepgp-0.18.0
|
|
|
|
CATEGORIES= security mail
|
|
|
|
MASTER_SITES= http://www.megaloman.com/~hany/_data/pinepgp/ \
|
|
|
|
http://terminus.sk/~hany/_data/pinepgp/ \
|
|
|
|
http://www.mirrors.wiretapped.net/security/cryptography/apps/mail/pinepgp/
|
|
|
|
|
|
|
|
MAINTAINER= jschauma@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.megaloman.com/~hany/software/pinepgp/stable.html
|
|
|
|
COMMENT= PGP display and sending filters for pine
|
|
|
|
|
|
|
|
DEPENDS+= bash>=2.05.2.7:../../shells/bash2
|
|
|
|
|
2004-05-09 08:48:40 +02:00
|
|
|
USE_BUILDLINK3= yes
|
2003-12-08 18:44:49 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PINEPGP_USEGPG?= yes
|
|
|
|
PINEPGP_USEPGP5?= yes
|
|
|
|
|
|
|
|
.if !empty(PINEPGP_USEGPG:M[yY][eE][sS])
|
|
|
|
DEPENDS+= gnupg>=1.2.3:../../security/gnupg
|
|
|
|
.endif
|
|
|
|
|
2004-12-03 13:37:23 +01:00
|
|
|
.if !empty(PINEPGP_USEPGP5:M[yY][eE][sS])
|
2003-12-08 18:44:49 +01:00
|
|
|
DEPENDS+= pgp5>=5.0:../../security/pgp5
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|