Add new putty-nogtk port as alternative SSH implementation.
This commit is contained in:
parent
84bdb2399d
commit
5020966c3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428696
@ -822,6 +822,7 @@
|
||||
SUBDIR += pulledpork
|
||||
SUBDIR += pure-sfv
|
||||
SUBDIR += putty
|
||||
SUBDIR += putty-nogtk
|
||||
SUBDIR += pvk
|
||||
SUBDIR += pwauth
|
||||
SUBDIR += pwman
|
||||
|
12
security/putty-nogtk/Makefile
Normal file
12
security/putty-nogtk/Makefile
Normal 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"
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user