freebsd-ports/security/pinentry-tty/Makefile
Max Brazhnikov 3d1c528fc4 security/pinentry:
- Resolve mutual conflict for security/pinentry-* ports
- Add new port security/pinentry-tty for pure console version of pinentry
- Convert security/pinentry to meta-alike port that depends on pinentry-tty by
  default and installs commons files (documentation). Mark it architecture
  independent.
2014-12-24 22:33:57 +00:00

12 lines
191 B
Makefile

# $FreeBSD$
PORTNAME= pinentry
PORTREVISION= 0
COMMENT= Console version of the GnuPG password dialog
PINENTRY_GUI= tty
MASTERDIR= ${.CURDIR}/../pinentry
.include "${MASTERDIR}/Makefile"