aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssh2-nox11
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2004-04-20 21:00:39 +0800
committernetchild <netchild@FreeBSD.org>2004-04-20 21:00:39 +0800
commit3636aa4cc31b6ab63ed281942d9c6f29214dc00e (patch)
tree90112659b54062df96002403d2fa2b1871edec36 /security/ssh2-nox11
parent455cb50805d5e08ccd7dfb1982756a14b7c99c2c (diff)
downloadfreebsd-ports-gnome-3636aa4cc31b6ab63ed281942d9c6f29214dc00e.tar.gz
freebsd-ports-gnome-3636aa4cc31b6ab63ed281942d9c6f29214dc00e.tar.zst
freebsd-ports-gnome-3636aa4cc31b6ab63ed281942d9c6f29214dc00e.zip
Slave port of security/ssh2. It builds ssh2 without X11 support.
Submitted by: marius
Diffstat (limited to 'security/ssh2-nox11')
-rw-r--r--security/ssh2-nox11/Makefile11
1 files changed, 11 insertions, 0 deletions
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"