mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ac1b0c5c74
Add new frontend: pinentry-qt4
20 lines
342 B
Makefile
20 lines
342 B
Makefile
# New ports collection makefile for: pinentry-qt4
|
|
# Date created: 2009-06-23
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pinentry
|
|
|
|
COMMENT= QT4 version of the gnupg password dialog
|
|
|
|
CONFLICTS= pinentry-[0-9]*
|
|
|
|
PINENTRY_SLAVE= -qt4
|
|
WITH_QT4= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
.include "${MASTERDIR}/Makefile"
|