pkgsrc/security/pinentry-fltk/Makefile
rillig 9fd786bb11 security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:12:51 +00:00

23 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/11/04 21:12:58 rillig 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"