mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ac1b0c5c74
Add new frontend: pinentry-qt4
20 lines
374 B
Makefile
20 lines
374 B
Makefile
# New ports collection makefile for: pinentry-qt
|
|
# Date created: 03 May 2004
|
|
# Whom: Michael Nottebrock <lofi@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pinentry
|
|
|
|
COMMENT= QT3 version of the gnupg password dialog
|
|
|
|
CONFLICTS= pinentry-[0-9]*
|
|
|
|
PINENTRY_SLAVE= -qt3
|
|
WITH_QT3= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
.include "${MASTERDIR}/Makefile"
|