Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / compat12 / Makefile
blob7b5dd5f36d358d1ede1195a657ae1757bfbc368c
1 # $NetBSD: Makefile,v 1.34 2007/08/30 16:54:06 jlam Exp $
3 COMPAT_PKG= compat12 # for compat_netbsd/Makefile.common
4 NETBSD_VERSION= 1.2
5 PKGREVISION= 1
7 HOMEPAGE= http://www.NetBSD.org/releases/formal-1.2/index.html
8 COMMENT= Shared libraries for NetBSD 1.2 compatibility
10 EMUL_PLATFORMS= netbsd-i386 netbsd-m68k netbsd-ns32k netbsd-sparc
12 ONLY_FOR_PLATFORM= NetBSD-1.2[A-Z]*-* NetBSD-1.[3-9]*-* \
13 NetBSD-[2-9]*-* NetBSD-[1-9][0-9]*-*
15 .include "../../emulators/compat_netbsd/Makefile.common"
17 .if (${EMUL_PLATFORM} == "netbsd-ns32k")
18 DISTNAME= compat12-${EMUL_ARCH}-1.2
19 .else
20 DISTNAME= compat12-${EMUL_ARCH}-1.2.1
21 .endif
23 # We need to depend on the compat13 package to supply shared libraries
24 # missing from compat12 on NetBSD>1.3.
26 .if empty(OS_VERSION:M0.[0-9]*) && empty(OS_VERSION:M1.[0-2]*) && \
27 empty(OS_VERSION:M1.3) && empty(OS_VERSION:M1.3.*)
28 DEPENDS+= compat13>=1.3:../../emulators/compat13
29 .endif
31 .include "../../mk/bsd.pkg.mk"