blob: d6d7819c71b4830638de10fe264d0a788a860fee (
plain) (
tree)
|
|
# New ports collection makefile for: pinentry-curses
# Date created: 03 May 2004
# Whom: Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= pinentry
COMMENT= Curses version of the gnupg password dialog
CONFLICTS= pinentry-[0-9]*
PINENTRY_CURSES=yes
PKGNAMESUFFIX= -curses
MASTERDIR= ${.CURDIR}/../pinentry
.include "${MASTERDIR}/Makefile"
|