2012-10-03 23:53:53 +02:00
|
|
|
# $NetBSD: Makefile,v 1.38 2012/10/03 21:57:33 wiz Exp $
|
1998-12-31 15:25:30 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= pgp50i-unix-src
|
1999-04-16 16:53:22 +02:00
|
|
|
PKGNAME= pgp5-5.0i
|
2012-10-03 23:53:53 +02:00
|
|
|
PKGREVISION= 1
|
1998-12-31 15:25:30 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \
|
2009-10-27 17:28:30 +01:00
|
|
|
ftp://ftp.au.pgpi.com/pub/pgp/5.0/unix/
|
1998-12-31 15:25:30 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-02-22 20:26:05 +01:00
|
|
|
HOMEPAGE= http://www.pgpi.org/
|
2003-07-23 16:22:59 +02:00
|
|
|
COMMENT= Public-key encryption and digital signature utilities (v5)
|
2009-05-19 10:59:00 +02:00
|
|
|
# use of IDEA as crypto function
|
|
|
|
LICENSE= idea-license
|
1998-12-31 15:25:30 +01:00
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2009-06-30 02:07:09 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2005-07-16 03:19:06 +02:00
|
|
|
USE_TOOLS+= perl
|
1998-12-31 15:25:30 +01:00
|
|
|
|
2001-09-28 01:17:41 +02:00
|
|
|
CONFLICTS= pgraf-[0-9]* # Both have a `pgps' executable
|
2001-04-11 23:49:15 +02:00
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/pgp50i/src
|
Reorganize crypto handling, as discussed on tech-pkg. Remove all
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).
Specifically,
- - All packages which set USE_SSL just lose their RESTRICTED
variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
no longer available. On this, we're no worse off than before.
[We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
a user to utilize strong encryption (working definition: ability
to encode a message that requires a secret key plus big number
arithmetic to decode).
2000-09-09 21:40:14 +02:00
|
|
|
CRYPTO= YES
|
1998-12-31 15:25:30 +01:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
PGPLIB= ${PREFIX}/share/pgp5
|
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
INSTALLATION_DIRS= bin ${PGPLIB}
|
|
|
|
|
1998-12-31 15:25:30 +01:00
|
|
|
post-patch:
|
|
|
|
${MV} ${WRKSRC}/man/pgp.1 ${WRKSRC}/man/pgp5.1
|
|
|
|
|
|
|
|
post-install:
|
2008-06-12 04:14:13 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/language50.txt ${DESTDIR}${PGPLIB}
|
1998-12-31 15:25:30 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|