1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/security/pinentry-qt4/Makefile
Max Brazhnikov d70b7fbdc5 - Fix regression introduced in my previous commit [1]
- Trim Makefile header
- Adjust comment

Reported by:	bapt
2013-02-06 12:00:29 +00:00

16 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"