summaryrefslogtreecommitdiff
path: root/emulators/compat11/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-08-13 02:17:37 +0000
committertv <tv>1998-08-13 02:17:37 +0000
commit38fb527100595c0a6ff3331b6642d5b0691224cc (patch)
tree1108c08e82fe96492b1d06ff521da48168e3c055 /emulators/compat11/Makefile
parentccce2b0f08f5e135c2931f15fa904bc617ad1616 (diff)
downloadpkgsrc-38fb527100595c0a6ff3331b6642d5b0691224cc.tar.gz
Consolidate and clean up compat11/compat12. Now there is only one pkg
(compat12), which uses MACHINE_ARCH and does not supply libkvm.
Diffstat (limited to 'emulators/compat11/Makefile')
-rw-r--r--emulators/compat11/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile
deleted file mode 100644
index 8fff5c870a7..00000000000
--- a/emulators/compat11/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.8 1998/07/15 12:01:41 agc Exp $
-#
-
-DISTNAME= compat11
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-EXTRACT_SUFX= _${ARCH}.tgz
-
-MAINTAINER= tv@netbsd.org
-
-DEPENDS+= compat12:../../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