13 lines
191 B
Makefile
13 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"
|