pkgsrc/security/pinentry-fltk/Makefile
wiz a320937983 pinentry-fltk: on second thought, use local distinfo
Since this has a patch only needed for the fltk version.
2019-02-13 17:40:53 +00:00

23 lines
740 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/02/13 17:40:53 wiz Exp $
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-fltk-/}
COMMENT= Applications for entering PINs or Passphrases, FLTK enabled
.include "../../security/pinentry/Makefile.common"
DISTINFO_FILE= ${.CURDIR}/distinfo
USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --disable-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-libsecret
INSTALL_DIRS= fltk
.include "../../x11/fltk13/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"