2004-05-03 21:27:09 +02:00
|
|
|
# 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
|
|
|
|
|
2012-07-27 13:03:38 +02:00
|
|
|
CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-gtk-* \
|
|
|
|
pinentry-gtk2-* pinentry-qt-* pinentry-qt4-*
|
2004-05-03 21:27:09 +02:00
|
|
|
|
2009-06-24 10:25:55 +02:00
|
|
|
PINENTRY_SLAVE= -curses
|
2012-07-27 13:03:38 +02:00
|
|
|
PORT_OPTIONS+= NCURSES
|
2004-05-03 21:27:09 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|