freebsd-ports/security/pinentry-gtk/Makefile
Max Brazhnikov 52e8b487f6 - Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00

20 lines
455 B
Makefile

# New ports collection makefile for: pinentry-gtk
# Date created: 03 May 2004
# Whom: Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= pinentry
COMMENT= GTK version of the gnupg password dialog
CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-curses-* \
pinentry-gtk2-* pinentry-qt-* pinentry-qt4-*
PINENTRY_SLAVE= -gtk
PORT_OPTIONS+= GTK
MASTERDIR= ${.CURDIR}/../pinentry
.include "${MASTERDIR}/Makefile"