summaryrefslogtreecommitdiff
path: root/emulators/compat13/Makefile
diff options
context:
space:
mode:
authortv <tv>1999-04-15 16:36:14 +0000
committertv <tv>1999-04-15 16:36:14 +0000
commit0fd37da39fdb84f649a4a2d7326ce2bc49b0572e (patch)
tree596ba57b6a22b366b5c10eac91f224af0befdb17 /emulators/compat13/Makefile
parent029d8c3dec7e6271e25661f0386ac86755fd2fae (diff)
downloadpkgsrc-0fd37da39fdb84f649a4a2d7326ce2bc49b0572e.tar.gz
NetBSD 1.3.x compatibility package for 1.4 and beyond.
Diffstat (limited to 'emulators/compat13/Makefile')
-rw-r--r--emulators/compat13/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile
new file mode 100644
index 00000000000..929616ea6a2
--- /dev/null
+++ b/emulators/compat13/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/15 16:36:14 tv Exp $
+#
+
+DISTNAME= compat13-${MACHINE_ARCH}
+PKGNAME= compat13-1.3.3
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= tv@netbsd.org
+HOMEPAGE= http://www.netbsd.org/Releases/formal-1.3/index.html
+
+ONLY_FOR_ARCHS= alpha arm32 i386 m68k mipsel ns32k sparc
+ONLY_FOR_OPSYS= NetBSD
+
+# this is blank on "ineligible" version
+OPSYS_VER!= uname -r
+.if (${OPSYS_VER:C/^1\.3.*//} == "")
+IGNORE= "NetBSD version not new enough: ${OPSYS_VER}"
+.endif
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/
+.if (${MACHINE_ARCH} == "mipsel")
+ ${LN} -sf ld.elf_so /usr/libexec/ld.so
+.endif
+
+.include "../../mk/bsd.pkg.mk"