summaryrefslogtreecommitdiff
path: root/emulators/compat60/Makefile
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2013-02-17 17:24:07 +0000
committerspz <spz@pkgsrc.org>2013-02-17 17:24:07 +0000
commitf15e038b47badf98696ab6bafeb03387e745951e (patch)
tree1a6d8d01506810e290b364b09187d373d044dca5 /emulators/compat60/Makefile
parent1dcb73e0c9fb0ad6cb12538b8a0fe65b4385f8e4 (diff)
downloadpkgsrc-f15e038b47badf98696ab6bafeb03387e745951e.tar.gz
NetBSD compat packages. They chain each other so if you're on NetBSD-6.0
and want NetBSD-5.0 compatibility, compat50 will depend on compat51 to bridge the gap. There is currently no need for a compat52, nor for a compat60-x11. The compat tarballs may be larger than strictly necessary. Testing was 'lightly', so there's probably Room for Improvement (tm).
Diffstat (limited to 'emulators/compat60/Makefile')
-rw-r--r--emulators/compat60/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/emulators/compat60/Makefile b/emulators/compat60/Makefile
new file mode 100644
index 00000000000..4d1d830cdba
--- /dev/null
+++ b/emulators/compat60/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2013/02/17 17:24:09 spz Exp $
+
+COMPAT_PKG= compat60 # for compat_netbsd/Makefile.common
+NETBSD_VERSION= 6.0
+
+HOMEPAGE= http://www.NetBSD.org/releases/formal-6/index.html
+COMMENT= Shared libraries for NetBSD 6.0 compatibility
+# This license list is a pre-emptive strike, the actual situation may be better
+LICENSE= 2-clause-bsd AND modified-bsd AND isc AND mit AND zlib \
+ AND gnu-lgpl-v2 AND gnu-lgpl-v2.1 AND gnu-gpl-v2 \
+ AND gnu-lgpl-v3 AND gnu-gpl-v3
+
+DIST_SUBDIR= 20130213
+
+EMUL_PLATFORMS= netbsd-alpha netbsd-arm netbsd-i386 netbsd-m68k \
+ netbsd-mipseb netbsd-mipsel netbsd-powerpc \
+ netbsd-sparc netbsd-sparc64 netbsd-x86_64
+
+ONLY_FOR_PLATFORM= NetBSD-6.[1-9]*-* NetBSD-[7-9]*-* NetBSD-[1-9][0-9]*-*
+
+.include "../../emulators/compat_netbsd/Makefile.common"
+
+DISTNAME= compat60-${EMUL_ARCH}-${COMPAT_VERSION}
+COMPAT_VERSION= 6.0
+
+# when 6.1 is out
+#.if empty(OS_VERSION:M[0-5].*) && empty(OS_VERSION:M6.0*)
+#DEPENDS+= compat61>=6.1:../../emulators/compat61
+#.endif
+
+.include "options.mk"
+
+.include "../../mk/bsd.pkg.mk"