aboutsummaryrefslogtreecommitdiffstats
path: root/security/pinentry-curses/Makefile
blob: 4b73b9fb196af469940c4119175e5922cc5c29ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Michael Nottebrock <lofi@freebsd.org>
# $FreeBSD$

PORTNAME=   pinentry

COMMENT=    Curses version of the gnupg password dialog

CONFLICTS_INSTALL=  pinentry-[0-9]* pinentry-gtk-* \
        pinentry-gtk2-* pinentry-qt-* pinentry-qt4-*

PINENTRY_SLAVE= -curses
PORT_OPTIONS+=  NCURSES

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

.include "${MASTERDIR}/Makefile"