freebsd-ports/security/pinentry-curses/Makefile
Max Brazhnikov e2a5233b95 - Update to 0.8.3
- Remove stale patch
- Drop deprecated PTHREAD_* stuff
2013-08-23 16:12:31 +00:00

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"