aboutsummaryrefslogtreecommitdiffstats
path: root/security/putty-nogtk
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2016-12-17 04:30:31 +0800
committermandree <mandree@FreeBSD.org>2016-12-17 04:30:31 +0800
commit4119e6889200145bcea3743393f66d8c599d0722 (patch)
treede1b8b31b21eaa42ec9c049a31e89979cc9cccae /security/putty-nogtk
parent399f6c1fb43d01015fcd48f8df291ce5a6e67621 (diff)
downloadfreebsd-ports-gnome-4119e6889200145bcea3743393f66d8c599d0722.tar.gz
freebsd-ports-gnome-4119e6889200145bcea3743393f66d8c599d0722.tar.zst
freebsd-ports-gnome-4119e6889200145bcea3743393f66d8c599d0722.zip
Add new putty-nogtk port as alternative SSH implementation.
Diffstat (limited to 'security/putty-nogtk')
-rw-r--r--security/putty-nogtk/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/putty-nogtk/Makefile b/security/putty-nogtk/Makefile
new file mode 100644
index 000000000000..df342de9462a
--- /dev/null
+++ b/security/putty-nogtk/Makefile
@@ -0,0 +1,12 @@
+# Created by: Matthias Andree <mandree@FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX= -nogtk
+
+OPTIONS_EXCLUDE= GTK2
+
+CONFLICTS_INSTALL= pssh-[0-9]* putty-[0-9]*
+
+MASTERDIR= ${.CURDIR}/../../security/putty
+
+.include "${MASTERDIR}/Makefile"