pkgsrc/security/pinentry/Makefile.common
wiz ef59bfbf9c Update to 0.9.2:
Noteworthy changes in version 0.9.2 (2015-05-11)
------------------------------------------------

 * Support for saving the passphrase with libsecret.

 * Escape key works in the Gtk+ pinentry.

 * Improvements for pinentry-tty.

 * Minor cleanups for the native Windows pinentry.
2015-05-28 06:41:54 +00:00

28 lines
832 B
Makefile

# $NetBSD: Makefile.common,v 1.5 2015/05/28 06:41:54 wiz Exp $
# -*- Makefile -*-
# used by security/pinentry/Makefile
# used by security/pinentry-gtk2/Makefile
# used by security/pinentry-qt4/Makefile
PINENTRY_VERSION= 0.9.2
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
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"