13 lines
234 B
Makefile
13 lines
234 B
Makefile
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
PORTNAME= pinentry
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= GTK+ 2.0 version of the GnuPG password dialog
|
|
|
|
PINENTRY_GUI= gtk2
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
.include "${MASTERDIR}/Makefile"
|