diff options
author | tv <tv@pkgsrc.org> | 1998-08-13 02:17:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-13 02:17:37 +0000 |
commit | bb2a45e08a4285c89fb9da2f05ac379e5f37498e (patch) | |
tree | 1108c08e82fe96492b1d06ff521da48168e3c055 /emulators/compat12/Makefile | |
parent | 4b05a40caab846a0776e136ebcc54787555a8663 (diff) | |
download | pkgsrc-bb2a45e08a4285c89fb9da2f05ac379e5f37498e.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/compat12/Makefile')
-rw-r--r-- | emulators/compat12/Makefile | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index ae7f594acf4..42caabe6d55 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,27 +1,18 @@ -# $NetBSD: Makefile,v 1.7 1998/07/15 12:01:42 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/08/13 02:17:39 tv Exp $ # -DISTNAME= compat12 +DISTNAME= compat12-1.2.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} -EXTRACT_SUFX= _${ARCH}.tgz +EXTRACT_SUFX= -${MACHINE_ARCH}.tar.gz MAINTAINER= tv@netbsd.org -ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3 +ONLY_FOR_ARCHS= i386 m68k ns32k sparc -MIRROR_DISTFILE= no -HAS_CONFIGURE= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/usr/lib -PLIST_SRC= ${WRKSRC}/.PLIST -post-extract: - @${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC} +do-install: + ${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/ .include "../../mk/bsd.pkg.mk" - -# for sun3x in 1.3.x, get sun3 package -.if (${ARCH} == "sun3x") -ARCH= sun3 -.endif |