aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry-curses/Makefile
blob: 4cac9dfe93a603c24ac6ba4799d070d705f8818e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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_SLAVE=	-curses
WITH_NCURSES=	yes

MASTERDIR=	${.CURDIR}/../pinentry

.include "${MASTERDIR}/Makefile"