aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.3
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux_base-suse-9.3')
-rw-r--r--emulators/linux_base-suse-9.3/Makefile44
-rw-r--r--emulators/linux_base-suse-9.3/distinfo1
-rw-r--r--emulators/linux_base-suse-9.3/pkg-comment1
-rw-r--r--emulators/linux_base-suse-9.3/pkg-descr23
4 files changed, 0 insertions, 69 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile
deleted file mode 100644
index 5da0f701c548..000000000000
--- a/emulators/linux_base-suse-9.3/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: linux_lib
-# Version required: 2.6
-# Date created: 3 Nov 1995
-# Whom: markm@FreeBSD.org
-#
-# $Id: Makefile,v 1.24 1999/02/26 13:37:33 obrien Exp $
-#
-
-DISTNAME= linux_lib-2.6.1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://relay.nuxi.com/pub/FreeBSD/
-
-MAINTAINER= erich@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-
-PREFIX= /compat/linux
-NO_MTREE= yes
-NO_BUILD= yes
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-pre-install:
- @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
-
-do-install:
- @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
-
-post-install:
- -/compat/linux/sbin/ldconfig
- ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ${LN} -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
- ${MKDIR} ${PREFIX}/dev
- ${LN} -sf /dev/console ${PREFIX}/dev/tty0
- ${LN} -sf /dev/ttyv0 ${PREFIX}/dev/tty1
- ${LN} -sf /dev/ttyv1 ${PREFIX}/dev/tty2
- ${LN} -sf /dev/ttyv2 ${PREFIX}/dev/tty3
- ${LN} -sf /dev/ttyv3 ${PREFIX}/dev/tty4
- ${LN} -sf /dev/sysmouse ${PREFIX}/dev/mouse
- ${LN} -sf /dev/psm0 ${PREFIX}/dev/psaux
-
-.include <bsd.port.mk>
diff --git a/emulators/linux_base-suse-9.3/distinfo b/emulators/linux_base-suse-9.3/distinfo
deleted file mode 100644
index bcd03fc57d09..000000000000
--- a/emulators/linux_base-suse-9.3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (linux_lib-2.6.1.tar.gz) = dee56f63775778059de4306c8852afd1
diff --git a/emulators/linux_base-suse-9.3/pkg-comment b/emulators/linux_base-suse-9.3/pkg-comment
deleted file mode 100644
index 53a90267736a..000000000000
--- a/emulators/linux_base-suse-9.3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-These are the libraries necessary for linux compatibility.
diff --git a/emulators/linux_base-suse-9.3/pkg-descr b/emulators/linux_base-suse-9.3/pkg-descr
deleted file mode 100644
index de663f8faa25..000000000000
--- a/emulators/linux_base-suse-9.3/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-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) these libraries
-
-3) the linux compat lkm (ie run /usr/bin/linux)
-
-then run the linux binary.
-
-The kernel option `COMPAT_LINUX' is not necessary for -current, or
-2.2-RELEASE or newer. It *is* necessary for 2.1-stable, and the
-earlier RELEASE's.
-
-* if you add new libraries, you should run
- /compat/linux/sbin/ldconfig to update the caches.
-
-* if you have libraries you'd like to see included in this
- collection, send me mail.
-
-eric.
-erich@FreeBSD.org