aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-04-20 13:00:39 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-04-20 13:00:39 +0000
commit00ba20f93e0ce12b3674444df10b3efc3c960a5e (patch)
treeaf02320be8af350b218d7ac7e1b59369b30cbd58 /security
parent3cee6261585bafc0c51af06238c347e56b4493cb (diff)
downloadports-00ba20f93e0ce12b3674444df10b3efc3c960a5e.tar.gz
ports-00ba20f93e0ce12b3674444df10b3efc3c960a5e.zip
Slave port of security/ssh2. It builds ssh2 without X11 support.
Submitted by: marius
Notes
Notes: svn path=/head/; revision=107711
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/ssh2-nox11/Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 87f07fa8cd1a..453331cfd2a5 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -391,6 +391,7 @@
SUBDIR += ssh-gui
SUBDIR += ssh-multiadd
SUBDIR += ssh2
+ SUBDIR += ssh2-nox11
SUBDIR += ssh_askpass_gtk2
SUBDIR += sslproxy
SUBDIR += sslsniffer
diff --git a/security/ssh2-nox11/Makefile b/security/ssh2-nox11/Makefile
new file mode 100644
index 000000000000..85a0dafdb663
--- /dev/null
+++ b/security/ssh2-nox11/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: ssh2-nox11
+# Date created: 12 April 2004
+# Whom: marius@alchemy.franken.de
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../ssh2
+WITHOUT_X11= yes
+
+.include "${MASTERDIR}/Makefile"