Provided by Michael Baeuerle via pkgsrc-wip. Add pinentry-qt5, remove pinentry-qt4. Noteworthy changes in version 1.1.1 (2021-01-21) ------------------------------------------------ * A EFL-based pinentry has been contributed. * Disable echoing in backspace key is pressed first (GTK, Qt, TQt, and ncurses pinentries). * Support line editing in TTY pinentry. * Remove support for old GTK+2 (< 2.12.0). * Various minor fixes.
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# $NetBSD: Makefile.common,v 1.15 2021/02/06 10:26:53 wiz Exp $
|
|
# -*- Makefile -*-
|
|
#
|
|
# used by security/pinentry/Makefile
|
|
# used by security/pinentry-fltk/Makefile
|
|
# used by security/pinentry-gnome3/Makefile
|
|
# used by security/pinentry-gtk2/Makefile
|
|
# used by security/pinentry-qt5/Makefile
|
|
|
|
PINENTRY_VERSION= 1.1.1
|
|
DISTNAME= pinentry-${PINENTRY_VERSION}
|
|
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gnupg.org/related_software/pinentry/index.html
|
|
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
|
|
|
|
.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"
|