summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-01-23 23:06:26 +0000
committertv <tv@pkgsrc.org>2006-01-23 23:06:26 +0000
commit41b77aea8c523994737da99f80fc7eda2ec58c34 (patch)
treeaf970e0f33df5c302f0555e8bc424995adc569af /emulators
parent0a4ab509270d28c7f547c0f3560a98522216f1f3 (diff)
downloadpkgsrc-41b77aea8c523994737da99f80fc7eda2ec58c34.tar.gz
I killed this in 1998. Somehow it reappeared in such a way that a plain
cvs checkout did not see it (due to it being in Attic), but branch checkouts or updates would see it. Kill it again, and this time I really mean it.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat11/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile
deleted file mode 100644
index 2c5ed1caae0..00000000000
--- a/emulators/compat11/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.12 1999/12/18 13:41:29 abs Exp $
-#
-
-DISTNAME= compat11
-PKGNAME= compat11-1.1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-EXTRACT_SUFX= _${ARCH}.tgz
-
-MAINTAINER= tv@netbsd.org
-HOMEPAGE= http://www.netbsd.org/Releases/formal-1.1/index.html
-
-DEPENDS+= compat12-1.2.1:../../emulators/compat12
-
-ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3
-
-MIRROR_DISTFILE= no
-HAS_CONFIGURE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/usr/lib
-PLIST_SRC= ${WRKSRC}/.PLIST
-
-pre-configure:
- @${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC}
-
-.include "../../mk/bsd.pkg.mk"
-
-# for sun3x in 1.3.x, get sun3 package
-.if (${ARCH} == "sun3x")
-ARCH= sun3
-.endif