aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry-gtk
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-11-13 14:42:30 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-11-13 14:42:30 +0000
commit74487fa2034d677be2d1f3c35ac92ec7562aae6e (patch)
tree7bf9caf1a9ec34f2c8c8538e8bfd37247231ef6f /security/pinentry-gtk
parent1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd (diff)
downloadports-74487fa2034d677be2d1f3c35ac92ec7562aae6e.tar.gz
ports-74487fa2034d677be2d1f3c35ac92ec7562aae6e.zip
Notes
Diffstat (limited to 'security/pinentry-gtk')
-rw-r--r--security/pinentry-gtk/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/security/pinentry-gtk/Makefile b/security/pinentry-gtk/Makefile
deleted file mode 100644
index c2468de127f5..000000000000
--- a/security/pinentry-gtk/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Created by: Michael Nottebrock <lofi@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pinentry
-PORTREVISION= 1
-
-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"