GARNAME = gnupg GARVERSION = 2.0.19 CATEGORIES = mail MASTER_SITES = $(MASTER_GNUPG) MASTER_SUBDIR = gnupg/ DISTFILES = $(DISTNAME).tar.bz2 # This does of course require gnupg in order to verify it; if you don't # already have a gnupg installation, comment this line out and verify # the gnupg tarfile by hand. SIGFILES = $(DISTFILES).sig LIBDEPS = perl/perl net/libgpg-error net/libgcrypt sys/libassuan sys/pth net/libksba sys/libusb0.1 net/adns net/openldap net/curl comp/zlib comp/bzip2 sys/readline net/dirmngr mail/pinentry DESCRIPTION = Implementation of OpenPGP HOME_URL = http://www.gnupg.org/ POST_INSTALL_SCRIPTS = links # Some tests fail (owing to incorrect environment variables) on 2.0.16. USE_TESTS = include ../../gar.lib/auto.mk install-links: @cd $(packageprefix)/bin && ln -sf gpg2 gpg && ln -sf gpgv2 gpgv $(MAKECOOKIE)