1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/pinentry-gtk/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

18 lines
364 B
Makefile

# Created by: Michael Nottebrock <lofi@FreeBSD.org>
# $FreeBSD$
PORTNAME= pinentry
PORTREVISION= 0
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"