Add new putty-nogtk port as alternative SSH implementation.

This commit is contained in:
Matthias Andree 2016-12-16 20:30:31 +00:00
parent 84bdb2399d
commit 5020966c3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428696
3 changed files with 14 additions and 1 deletions

View File

@ -822,6 +822,7 @@
SUBDIR += pulledpork
SUBDIR += pure-sfv
SUBDIR += putty
SUBDIR += putty-nogtk
SUBDIR += pvk
SUBDIR += pwauth
SUBDIR += pwman

View File

@ -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"

View File

@ -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 <bsd.port.options.mk>