aboutsummaryrefslogtreecommitdiffstats
path: root/security/pinentry-gtk/Makefile
blob: 50b52e27f10b55953497e42145a1d2f499905cc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   pinentry
PORTREVISION=   0

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"