52e8b487f6
- use CONFLICTS_INSTALL - other minor changes
20 lines
465 B
Makefile
20 lines
465 B
Makefile
# 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_INSTALL= pinentry-[0-9]* pinentry-gtk-* \
|
|
pinentry-gtk2-* pinentry-qt-* pinentry-qt4-*
|
|
|
|
PINENTRY_SLAVE= -curses
|
|
PORT_OPTIONS+= NCURSES
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
.include "${MASTERDIR}/Makefile"
|