summaryrefslogtreecommitdiff
path: root/emulators/linux_base-rh-9
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r--emulators/linux_base-rh-9/Makefile16
-rw-r--r--emulators/linux_base-rh-9/distinfo1
-rw-r--r--emulators/linux_base-rh-9/pkg-comment1
-rw-r--r--emulators/linux_base-rh-9/pkg-descr16
4 files changed, 34 insertions, 0 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
new file mode 100644
index 000000000000..b0b3d9418b16
--- /dev/null
+++ b/emulators/linux_base-rh-9/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: linux_lib
+# Version required: 1.0
+# Date created:
+# Whom: erich@FreeBSD.org
+#
+# $Id$
+#
+
+DISTNAME= linux_lib
+CATEGORIES= emulators
+MAINTAINER= erich@FreeBSD.org
+
+PREFIX= /compat/linux/
+WRKSRC= ${WRKDIR}
+
+.include <bsd.port.mk>
diff --git a/emulators/linux_base-rh-9/distinfo b/emulators/linux_base-rh-9/distinfo
new file mode 100644
index 000000000000..e79825296c87
--- /dev/null
+++ b/emulators/linux_base-rh-9/distinfo
@@ -0,0 +1 @@
+MD5 (linux_lib.tar.gz) = d868e04e7ff8425f1f0528fef7c03b9a
diff --git a/emulators/linux_base-rh-9/pkg-comment b/emulators/linux_base-rh-9/pkg-comment
new file mode 100644
index 000000000000..f6ef259af3bf
--- /dev/null
+++ b/emulators/linux_base-rh-9/pkg-comment
@@ -0,0 +1 @@
+These are the libraries necessary for linux compat
diff --git a/emulators/linux_base-rh-9/pkg-descr b/emulators/linux_base-rh-9/pkg-descr
new file mode 100644
index 000000000000..43ef7d4722e7
--- /dev/null
+++ b/emulators/linux_base-rh-9/pkg-descr
@@ -0,0 +1,16 @@
+These libraries are part of the linux compatibility options
+for FreeBSD. To get linux compat working you will need
+
+1) A linux binary such as doom, Wingz, or maple
+
+2) a kernel with ``options LINUX_COMPAT'' in the config file
+
+3) these libraries
+
+4) the linux compat lkm (ie run /usr/bin/linux)
+
+then run the linux binary.
+
+
+eric.
+erich@FreeBSD.org