freebsd-ports/security/pinentry-gtk/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
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"