mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
21 lines
362 B
Makefile
21 lines
362 B
Makefile
# New ports collection makefile for: pinentry-gtk2
|
|
# Date created: 27 Oct 2004
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pinentry
|
|
|
|
COMMENT= GTK+ 2.0 version of the GnuPG password dialog
|
|
|
|
CONFLICTS= pinentry-[0-9]*
|
|
|
|
PINENTRY_GTK2= yes
|
|
|
|
PKGNAMESUFFIX= -gtk2
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
.include "${MASTERDIR}/Makefile"
|