1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/pinentry-gtk2/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

17 lines
355 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
PORTNAME= pinentry
COMMENT= GTK+ 2.0 version of the GnuPG password dialog
CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-curses-* pinentry-gtk-* \
pinentry-qt-* pinentry-qt4-*
PINENTRY_SLAVE= -gtk2
PORT_OPTIONS+= GTK2
MASTERDIR= ${.CURDIR}/../pinentry
.include "${MASTERDIR}/Makefile"