Fixup fromcvs/togit conversion
[pkgsrcv2.git] / emulators / compat30-extras / Makefile
1 # $NetBSD: Makefile,v 1.3 2007/08/30 16:54:08 jlam Exp $
2
3 COMPAT_PKG=             compat30        # for compat_netbsd/Makefile.common
4 NETBSD_VERSION=         3.0
5
6 HOMEPAGE=               http://www.NetBSD.org/releases/formal-3.0/index.html
7 COMMENT=                Additional shared libraries for NetBSD 3.0 compatibility
8
9 EMUL_PLATFORMS=         netbsd-i386 netbsd-sparc netbsd-vax
10
11 .include "../../emulators/compat_netbsd/Makefile.common"
12
13 DISTNAME=               compat30-extras-${EMUL_ARCH}-3.1
14
15 # This package should only be installed for COMPAT_NETBSD32 emulation
16 # on machines running NetBSD-3.x, or on vax running NetBSD-4.x which
17 # lacks any shared libraries.
18 #
19 .if defined(NETBSD_COMPAT32)
20 ACCEPTABLE_NETBSD=      NetBSD-2.99.* NetBSD-3.[0-9]                    \
21                         NetBSD-3.[1-8][0-9].* NetBSD-3.9[0-8].*
22 .else
23 ACCEPTABLE_NETBSD=      NetBSD-3.99.* NetBSD-4.[0-9]                    \
24                         NetBSD-4.[1-8][0-9].* NetBSD-4.9[0-8].*
25 ONLY_FOR_PLATFORM=      ${ACCEPTABLE_NETBSD:S/$/-vax/}
26 .endif
27
28 .include "../../mk/bsd.pkg.mk"