d70b7fbdc5
- Trim Makefile header - Adjust comment Reported by: bapt
15 lines
296 B
Makefile
15 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pinentry
|
|
|
|
COMMENT= QT4 version of the gnupg password dialog
|
|
|
|
CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-curses-* pinentry-gtk-* \
|
|
pinentry-gtk2-* pinentry-qt-*
|
|
|
|
PINENTRY_SLAVE= -qt4
|
|
PORT_OPTIONS+= QT4
|
|
|
|
MASTERDIR= ${.CURDIR}/../pinentry
|
|
|
|
.include "${MASTERDIR}/Makefile"
|