mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port ssh-gui version 0.7.1: A front-end for ssh which can open
multiple xterms Submitted by: Hammurabi Mendes <hmendes_br@yahoo.com>
This commit is contained in:
parent
ec15c81133
commit
fffae8bfc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51623
@ -208,6 +208,7 @@
|
||||
SUBDIR += srm
|
||||
SUBDIR += srp
|
||||
SUBDIR += ssh
|
||||
SUBDIR += ssh-gui
|
||||
SUBDIR += ssh-multiadd
|
||||
SUBDIR += ssh2
|
||||
SUBDIR += sslproxy
|
||||
|
37
security/ssh-gui/Makefile
Normal file
37
security/ssh-gui/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: ssh-gui
|
||||
# Date created: Fri Nov 30 22:14:14 BRST 2001
|
||||
# Whom: Hammurabi Mendes <hmendes_br@yahoo.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ssh-gui
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= hmendes_br@yahoo.com
|
||||
|
||||
RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh
|
||||
|
||||
USE_GTK= yes
|
||||
ALL_TARGET= ssh-gui
|
||||
|
||||
DOC_FILES= README
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi.orig -e "s|^CC=.+$$||;s|(CFLAGS)=-Wall|\1\+=|; \
|
||||
s|glib-config|${GLIB_CONFIG}|;s|gtk-config|${GTK_CONFIG}|" \
|
||||
${BUILD_WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for doc in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/ssh-gui/distinfo
Normal file
1
security/ssh-gui/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ssh-gui-0.7.1.tar.gz) = 50e47bae6dd1a0d2a5e6ba881d591d4c
|
1
security/ssh-gui/pkg-comment
Normal file
1
security/ssh-gui/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A front-end for ssh which can open multiple xterms
|
5
security/ssh-gui/pkg-descr
Normal file
5
security/ssh-gui/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
SSH-GUI is a front-end for ssh which can open multiple xterms with
|
||||
connections. Supports all ssh options and soon will support user-host
|
||||
config saving and xterm config.
|
||||
|
||||
WWW: http://sourceforge.net/projects/ssh-gui/
|
3
security/ssh-gui/pkg-plist
Normal file
3
security/ssh-gui/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/ssh-gui
|
||||
%%PORTDOCS%%share/doc/ssh-gui/README
|
||||
%%PORTDOCS%%@dirrm share/doc/ssh-gui
|
Loading…
Reference in New Issue
Block a user