From 5020966c3bbc5e4fd5d7fbf3590646ce15991316 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 16 Dec 2016 20:30:31 +0000 Subject: [PATCH] Add new putty-nogtk port as alternative SSH implementation. --- security/Makefile | 1 + security/putty-nogtk/Makefile | 12 ++++++++++++ security/putty/Makefile | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 security/putty-nogtk/Makefile diff --git a/security/Makefile b/security/Makefile index 3d934ce1ddde..185c38348e84 100644 --- a/security/Makefile +++ b/security/Makefile @@ -822,6 +822,7 @@ SUBDIR += pulledpork SUBDIR += pure-sfv SUBDIR += putty + SUBDIR += putty-nogtk SUBDIR += pvk SUBDIR += pwauth SUBDIR += pwman 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 +# $FreeBSD$ + +PKGNAMESUFFIX= -nogtk + +OPTIONS_EXCLUDE= GTK2 + +CONFLICTS_INSTALL= pssh-[0-9]* putty-[0-9]* + +MASTERDIR= ${.CURDIR}/../../security/putty + +.include "${MASTERDIR}/Makefile" diff --git a/security/putty/Makefile b/security/putty/Makefile index 472f5f4bfad3..caa6fb7ba8f9 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -26,7 +26,7 @@ PLIST_FILES+= man/man1/plink.1.gz man/man1/pscp.1.gz man/man1/psftp.1.gz man/man OPTIONS_DEFINE= GSSAPI GTK2 OPTIONS_DEFAULT=GSSAPI GTK2 -CONFLICTS= pssh-[0-9]* +CONFLICTS_INSTALL?= pssh-[0-9]* putty-nogtk-[0-9]* .include