mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
d70b7fbdc5
- Trim Makefile header - Adjust comment Reported by: bapt
17 lines
355 B
Makefile
17 lines
355 B
Makefile
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pinentry
|
|
|
|
COMMENT= GTK+ 2.0 version of the GnuPG password dialog
|
|
|
|
CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-curses-* pinentry-gtk-* \
|
|
pinentry-qt-* pinentry-qt4-*
|
|
|
|
PINENTRY_SLAVE= -gtk2
|
|
PORT_OPTIONS+= GTK2
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
.include "${MASTERDIR}/Makefile"
|