mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
New port for KSSH - a KDE ssh frontend.
I am storing the distfile on people.FreeBSD.org due to the fact that the author did not store his tarball on his dist site properly. PR: 15802
This commit is contained in:
parent
5f5b5a5a94
commit
ff9b4b479b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26979
23
security/kssh/Makefile
Normal file
23
security/kssh/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: kssh
|
||||
# Version required: 0.2
|
||||
# Date created: 19 Nov 1999
|
||||
# Whom: Will Andrews <andrews@technologist.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= kssh-0.2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_QT= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --prefix="${PREFIX}" --datadir="${LOCALBASE}"
|
||||
CONFIGURE_ENV= KDEDIR="${LOCALBASE}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/kssh/distinfo
Normal file
1
security/kssh/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kssh-0.2.tar.gz) = 61bf40792fee8811f823052c226de42b
|
20
security/kssh/files/patch-aa
Normal file
20
security/kssh/files/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- configure Fri Sep 24 05:24:26 1999
|
||||
+++ configure.new Wed Mar 22 23:23:09 2000
|
||||
@@ -3565,7 +3565,7 @@
|
||||
kde_libdir=NO
|
||||
for i in $kde_libdirs;
|
||||
do
|
||||
- for j in libkdecore.la;
|
||||
+ for j in libkdecore.so;
|
||||
do
|
||||
if test -r "$i/$j"; then
|
||||
kde_libdir=$i
|
||||
@@ -3575,7 +3575,7 @@
|
||||
done
|
||||
|
||||
|
||||
-if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/libkdecore.la"; then
|
||||
+if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/libkdecore.so"; then
|
||||
{ echo "configure: error:
|
||||
in the prefix, you've chosen, are no kde libraries installed. This will fail.
|
||||
So, check this please and use another prefix!" 1>&2; exit 1; }
|
1
security/kssh/pkg-comment
Normal file
1
security/kssh/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
KDE frontend to ssh
|
8
security/kssh/pkg-descr
Normal file
8
security/kssh/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
KSSH is a SSH frontend written primarily for
|
||||
KDE. It most nearly matches the windowing
|
||||
style of the Windows PuTTY & TeraTerm clients.
|
||||
|
||||
WWW: http://www.geocities.com/bilibao/kssh.html
|
||||
Author: Andrea Rizzi <rizzi@kde.org>
|
||||
|
||||
--Will <andrews@technologist.com>
|
7
security/kssh/pkg-plist
Normal file
7
security/kssh/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/kssh
|
||||
share/applnk/Internet/kssh.kdelnk
|
||||
share/icons/kssh.xpm
|
||||
share/icons/mini/kssh.xpm
|
||||
share/icons/large/kssh.xpm
|
||||
share/config/ksshrc
|
||||
share/locale/it/LC_MESSAGES/kssh.mo
|
Loading…
Reference in New Issue
Block a user