Noteworthy changes in version 0.9.1 (2015-03-18) ------------------------------------------------ * Fixed build problems for systems without ncurses. * Reworked the option parser to allow building on systems without getopt_long. * Fixed Qt4 build problems.
20 lines
534 B
Makefile
20 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"
|