diff --git a/security/kssh/Makefile b/security/kssh/Makefile new file mode 100644 index 000000000000..5aa65440feac --- /dev/null +++ b/security/kssh/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: kssh +# Version required: 0.2 +# Date created: 19 Nov 1999 +# Whom: Will Andrews +# +# $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 diff --git a/security/kssh/distinfo b/security/kssh/distinfo new file mode 100644 index 000000000000..4b4b414634c5 --- /dev/null +++ b/security/kssh/distinfo @@ -0,0 +1 @@ +MD5 (kssh-0.2.tar.gz) = 61bf40792fee8811f823052c226de42b diff --git a/security/kssh/files/patch-aa b/security/kssh/files/patch-aa new file mode 100644 index 000000000000..a14c42dbf213 --- /dev/null +++ b/security/kssh/files/patch-aa @@ -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; } diff --git a/security/kssh/pkg-comment b/security/kssh/pkg-comment new file mode 100644 index 000000000000..0e8cc5aa3328 --- /dev/null +++ b/security/kssh/pkg-comment @@ -0,0 +1 @@ +KDE frontend to ssh diff --git a/security/kssh/pkg-descr b/security/kssh/pkg-descr new file mode 100644 index 000000000000..77f1b6be14c9 --- /dev/null +++ b/security/kssh/pkg-descr @@ -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 + +--Will diff --git a/security/kssh/pkg-plist b/security/kssh/pkg-plist new file mode 100644 index 000000000000..937a860c8328 --- /dev/null +++ b/security/kssh/pkg-plist @@ -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