pkgsrc/security/pinentry/Makefile.common
wiz f42d04dc56 Update pinentry* to 0.9.7:
Noteworthy changes in version 0.9.7 (2015-12-07)
------------------------------------------------

 * Fix regressions in the Qt pinentry.

 * Fix minor problems pinnetyr-tty.

 * New option --invisible-char.
2015-12-13 21:27:13 +00:00

32 lines
1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.9 2015/12/13 21:27:13 wiz Exp $
# -*- Makefile -*-
# used by security/pinentry/Makefile
# used by security/pinentry-gtk2/Makefile
# used by security/pinentry-qt4/Makefile
PINENTRY_VERSION= 0.9.7
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 "../../devel/ncurses/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"