21646392b0
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
17 lines
371 B
Makefile
17 lines
371 B
Makefile
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pinentry
|
|
PORTREVISION= 0
|
|
|
|
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"
|