update Wed Jan 20 06:37:00 PST 2010
[pkgsrc.git] / emulators / compat40-extras / Makefile
1 # $NetBSD: Makefile,v 1.2 2008/01/15 15:43:49 jlam Exp $
2
3 COMPAT_PKG=             compat40        # for compat_netbsd/Makefile.common
4 NETBSD_VERSION=         4.0
5
6 HOMEPAGE=               http://www.NetBSD.org/releases/formal-4/index.html
7 COMMENT=                Additional shared libraries for NetBSD 4.0 compatibility
8
9 # XXX Until NetBSD 5.0 is released, we fetch the distfiles into a date-specific
10 # XXX subdirectory where the date corresponds to the build of HEAD against
11 # XXX which these compat40 packages were generated.
12 #
13 DIST_SUBDIR=            20071230
14
15 EMUL_PLATFORMS=         netbsd-i386 netbsd-sparc
16
17 .include "../../emulators/compat_netbsd/Makefile.common"
18
19 DISTNAME=               compat40-extras-${EMUL_ARCH}-4.0
20
21 # This package should only be installed for COMPAT_NETBSD32 emulation
22 # on machines running NetBSD-4.x.
23 #
24 .if defined(NETBSD_COMPAT32)
25 ACCEPTABLE_NETBSD=      NetBSD-3.99.* NetBSD-4.[0-9]                    \
26                         NetBSD-4.[1-8][0-9].* NetBSD-4.9[0-8].*
27 .else
28 NOT_FOR_PLATFORM=       NetBSD-*-${MACHINE_ARCH}
29 .endif
30
31 .include "../../mk/bsd.pkg.mk"