d70b7fbdc5
- Trim Makefile header - Adjust comment Reported by: bapt
16 lines
348 B
Makefile
16 lines
348 B
Makefile
# Created by: Michael Nottebrock <lofi@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pinentry
|
|
|
|
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"
|