c5d1c57972
Noteworthy changes in version 0.9.10 (2016-11-19) ------------------------------------------------- * Addded basic support for TOFU information. * Removed key-ID from some listings in favor of using the fingerprint. * Fixed deletion of X.509 keys. * Allow for saving to an alternate file name if the file already exists. * Fixed several problems with key edit functions. * Fixed drag-and-drop. Noteworthy changes in version 0.9.9 (2015-09-09) ------------------------------------------------ * Fixed build problem in 0.9.8 if Libgpgme < 1.6.1 is used. Noteworthy changes in version 0.9.8 (2015-09-09) ------------------------------------------------ * Does start with the clipboard view after a key has been created. * Limit the size of dialogs by truncating too long user ids. * Make the window frame's close button work as expected. * With a decent version of libgpgme the key algorithm and size is shown using the GnuPG 2.1 format.
26 lines
702 B
Makefile
26 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.53 2017/08/29 11:30:05 wiz Exp $
|
|
|
|
DISTNAME= gpa-0.9.10
|
|
CATEGORIES= x11 security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpa/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pr@alles.prima.de
|
|
HOMEPAGE= http://www.gnupg.org/related_software/gpa/
|
|
COMMENT= GUI frontend to gnupg
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
LIBS+= ${BUILDLINK_LDADD.getopt}
|
|
LIBS.SunOS+= -lnsl
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_GPG=${GPGME_GPG:Q}
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|