2009-05-21 23:43:18 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2009/05/21 21:43:18 zafer Exp $
|
2003-12-08 18:44:49 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= pinepgp-0.18.0
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2003-12-08 18:44:49 +01:00
|
|
|
CATEGORIES= security mail
|
2006-10-04 23:53:15 +02:00
|
|
|
MASTER_SITES= http://hany.sk/~hany/_data/pinepgp/ \
|
2009-05-21 23:43:18 +02:00
|
|
|
http://terminus.sk/~hany/_data/pinepgp/
|
2003-12-08 18:44:49 +01:00
|
|
|
|
2009-03-17 22:40:44 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-10-04 23:53:15 +02:00
|
|
|
HOMEPAGE= http://hany.sk/~hany/software/pinepgp/stable.html
|
2003-12-08 18:44:49 +01:00
|
|
|
COMMENT= PGP display and sending filters for pine
|
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2005-03-24 18:23:42 +01:00
|
|
|
DEPENDS+= bash>=2:../../shells/bash2
|
2003-12-08 18:44:49 +01:00
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-06-24 12:30:47 +02:00
|
|
|
USE_TOOLS+= cat
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ENV+= CAT=${TOOLS_CAT:Q}
|
2003-12-08 18:44:49 +01:00
|
|
|
|
|
|
|
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"
|