21 lines
534 B
Makefile
21 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.44 2015/04/12 14:50:43 wiz Exp $
|
|
|
|
COMMENT= Applications for entering PINs or Passphrases
|
|
|
|
CONFIGURE_ARGS+= --enable-pinentry-tty
|
|
|
|
.include "../../security/pinentry/Makefile.common"
|
|
|
|
.if defined(PINENTRY_DEFAULT)
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${LN} -sf pinentry-${PINENTRY_DEFAULT} pinentry
|
|
.endif
|
|
|
|
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
|
|
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
|
.include "../../security/libksba/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|