diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-14 20:39:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-14 20:39:36 +0000 |
commit | bdf7699e8b9ba3605ac50aa7e2b4bc77db7eef51 (patch) | |
tree | c883ff65a7281adab93299b64063473c83c93d0e /security | |
parent | 17ac10f5060dbf481599b315bbe4fe0409a45a93 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/ssh-gui/Makefile | 38 | ||||
-rw-r--r-- | security/ssh-gui/distinfo | 2 | ||||
-rw-r--r-- | security/ssh-gui/pkg-descr | 5 |
4 files changed, 0 insertions, 46 deletions
diff --git a/security/Makefile b/security/Makefile index 452c0e674f8d..833a88edb918 100644 --- a/security/Makefile +++ b/security/Makefile @@ -992,7 +992,6 @@ SUBDIR += srm SUBDIR += ssdeep SUBDIR += ssh-copy-id - SUBDIR += ssh-gui SUBDIR += ssh-multiadd SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock diff --git a/security/ssh-gui/Makefile b/security/ssh-gui/Makefile deleted file mode 100644 index 0d8f660e00d2..000000000000 --- a/security/ssh-gui/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Hammurabi Mendes <hmendes@brturbo.com> -# $FreeBSD$ - -PORTNAME= ssh-gui -PORTVERSION= 0.7.1 -PORTREVISION= 6 -CATEGORIES= security -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Front-end for ssh which can open multiple xterms - -USE_GNOME= gtk12 - -ALL_TARGET= ssh-gui - -PLIST_FILES= bin/ssh-gui -PORTDOCS= README - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.pre.mk> - -.if !exists(/usr/bin/ssh) && !exists(${LOCALBASE}/bin/ssh) -RUN_DEPENDS+= ssh:${PORTSDIR}/security/openssh-portable -.endif - -post-patch: - @${REINPLACE_CMD} -E -e "s|(CC)=.*|\1=${CC}|" -e "s|(CFLAGS)=-Wall|\1\+=|" \ - -e "s|glib-config|${GLIB_CONFIG}|" -e "s|gtk-config|${GTK_CONFIG}|" \ - ${BUILD_WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.post.mk> diff --git a/security/ssh-gui/distinfo b/security/ssh-gui/distinfo deleted file mode 100644 index 1f1cdd31206f..000000000000 --- a/security/ssh-gui/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ssh-gui-0.7.1.tar.gz) = 8d6123e14023064a4e0c72aaa716f64ad83b44f1bef7cda81d54c87bddde4db2 -SIZE (ssh-gui-0.7.1.tar.gz) = 4416 diff --git a/security/ssh-gui/pkg-descr b/security/ssh-gui/pkg-descr deleted file mode 100644 index 82edb1c69cdd..000000000000 --- a/security/ssh-gui/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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/ |