summaryrefslogtreecommitdiff
path: root/security/pinentry/Makefile.common
blob: f90087ddd7256653d84dc7dd73ed16471bc89c42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: Makefile.common,v 1.16 2022/01/13 08:05:48 adam Exp $
#
# 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

DISTNAME=	pinentry-1.2.0

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

DISTINFO_FILE=	${.CURDIR}/../../security/pinentry/distinfo
PATCHDIR=	${.CURDIR}/../../security/pinentry/patches

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"