9fd786bb11
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
22 lines
699 B
Makefile
22 lines
699 B
Makefile
# $NetBSD: Makefile,v 1.49 2019/11/04 21:12:58 rillig Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
|
|
PKGREVISION= 6
|
|
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"
|