526da903dc
Explicitly disable some optional dependencies. Update COMMENT and DESCR. From Michael Bäuerle via pkgsrc-wip.
22 lines
744 B
Makefile
22 lines
744 B
Makefile
# $NetBSD: Makefile,v 1.47 2019/01/19 22:57:36 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
|
|
PKGREVISION= 5
|
|
COMMENT= Applications for entering PINs or Passphrases, GTK+ enabled
|
|
|
|
.include "../../security/pinentry/Makefile.common"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
CONFIGURE_ARGS+= --enable-pinentry-gtk2
|
|
CONFIGURE_ARGS+= --disable-pinentry-qt
|
|
CONFIGURE_ARGS+= --disable-pinentry-curses
|
|
CONFIGURE_ARGS+= --disable-pinentry-emacs
|
|
#CONFIGURE_ARGS+= --disable-fallback-curses
|
|
CONFIGURE_ARGS+= --disable-pinentry-gnome3
|
|
CONFIGURE_ARGS+= --disable-pinentry-fltk
|
|
CONFIGURE_ARGS+= --disable-libsecret
|
|
|
|
INSTALL_DIRS= gtk+-2
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|