mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
12 lines
233 B
Makefile
12 lines
233 B
Makefile
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
|
|
|
|
PORTNAME= pinentry
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Curses version of the GnuPG password dialog
|
|
|
|
PINENTRY_GUI= curses
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
.include "${MASTERDIR}/Makefile"
|