2015-01-15 21:48:33 +01:00
|
|
|
# $NetBSD: Makefile,v 1.43 2015/01/15 20:48:33 wiz Exp $
|
2013-07-14 01:04:46 +02:00
|
|
|
#
|
2014-12-10 03:27:43 +01:00
|
|
|
#PKGNAME= ${DISTNAME}
|
2015-01-15 21:48:33 +01:00
|
|
|
PKGREVISION= 1
|
2004-10-23 15:30:10 +02:00
|
|
|
COMMENT= Applications for entering PINs or Passphrases
|
|
|
|
|
2015-01-15 21:48:33 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-pinentry-tty
|
|
|
|
|
2014-12-10 03:27:43 +01:00
|
|
|
.include "../../security/pinentry/Makefile.common"
|
2004-11-05 18:19:54 +01:00
|
|
|
|
2006-06-17 15:46:34 +02:00
|
|
|
.include "options.mk"
|
2004-10-23 15:30:10 +02:00
|
|
|
|
2010-02-07 16:36:58 +01:00
|
|
|
.if defined(PINENTRY_DEFAULT)
|
|
|
|
post-install:
|
2010-02-08 12:44:39 +01:00
|
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
|
|
${LN} -sf pinentry-${PINENTRY_DEFAULT} pinentry
|
2010-02-07 16:36:58 +01:00
|
|
|
.endif
|
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
|
2004-11-05 18:19:54 +01:00
|
|
|
|
2004-10-23 15:30:10 +02:00
|
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
|
|
|
.include "../../security/libksba/buildlink3.mk"
|
2014-12-10 03:27:43 +01:00
|
|
|
|
2004-10-23 15:30:10 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|