Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / pinepgp / Makefile
blobd090678f407d8301b3f39f8720b54e2c13bcca65
1 # $NetBSD: Makefile,v 1.15 2012/10/03 21:57:34 wiz Exp $
4 DISTNAME= pinepgp-0.18.0
5 PKGREVISION= 3
6 CATEGORIES= security mail
7 MASTER_SITES= http://hany.sk/~hany/_data/pinepgp/ \
8 http://terminus.sk/~hany/_data/pinepgp/
10 MAINTAINER= pkgsrc-users@NetBSD.org
11 HOMEPAGE= http://hany.sk/~hany/software/pinepgp/stable.html
12 COMMENT= PGP display and sending filters for pine
14 DEPENDS+= bash>=2:../../shells/bash2
16 USE_PKGLOCALEDIR= yes
17 GNU_CONFIGURE= yes
18 USE_TOOLS+= cat
19 CONFIGURE_ENV+= CAT=${TOOLS_CAT:Q}
21 PINEPGP_USEGPG?= yes
22 PINEPGP_USEPGP5?= yes
24 .if !empty(PINEPGP_USEGPG:M[yY][eE][sS])
25 DEPENDS+= gnupg>=1.2.3:../../security/gnupg
26 .endif
28 .if !empty(PINEPGP_USEPGP5:M[yY][eE][sS])
29 DEPENDS+= pgp5>=5.0:../../security/pgp5
30 .endif
32 .include "../../mk/bsd.pkg.mk"