d70b7fbdc5
- Trim Makefile header - Adjust comment Reported by: bapt
16 lines
349 B
Makefile
16 lines
349 B
Makefile
# Created by: Michael Nottebrock <lofi@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pinentry
|
|
|
|
COMMENT= QT3 version of the gnupg password dialog
|
|
|
|
CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-curses-* pinentry-gtk-* \
|
|
pinentry-gtk2-* pinentry-qt4-*
|
|
|
|
PINENTRY_SLAVE= -qt3
|
|
PORT_OPTIONS+= QT3
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
.include "${MASTERDIR}/Makefile"
|