2e3cf37d6f
Noteworthy changes in version 1.1.0 (2017-12-03) ------------------------------------------------ * A FLTK1.3-based pinentry has been contributed. * A TQt3-based pinentry has been contributed. * New option --ttyalert for pinentry-curses to alert the user. * Don't show "save passphrase" checkbox if secret service is unavailable. * The GTK Pinentry shows on Linux some information anout the process which invoked the Pinentry. * The GTK Pinentry does not anymore show tooltips when keyboard grabbing is enabled. * Fixed various minor problems.
32 lines
1 KiB
Makefile
32 lines
1 KiB
Makefile
# $NetBSD: Makefile.common,v 1.12 2018/01/10 12:29:38 wiz Exp $
|
|
# -*- Makefile -*-
|
|
# used by security/pinentry/Makefile
|
|
# used by security/pinentry-gtk2/Makefile
|
|
# used by security/pinentry-qt4/Makefile
|
|
|
|
PINENTRY_VERSION= 1.1.0
|
|
DISTNAME= pinentry-${PINENTRY_VERSION}
|
|
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/pinentry/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
#PATCHDIR= ${.CURDIR}/../../security/pinentry/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../security/pinentry/distinfo
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
|
|
|
|
INFO_FILES= yes
|
|
|
|
BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.1.0
|
|
.include "../../security/libassuan2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.16
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|