1 # $NetBSD: Makefile,v 1.2 2008/01/15 15:43:48 jlam Exp $
3 COMPAT_PKG
= compat60
# for compat_netbsd/Makefile.common
6 HOMEPAGE
= http
://www.NetBSD.org
/releases
/formal-6
/index.html
7 COMMENT
= Shared libraries for NetBSD
6.0 compatibility
8 # This license list is a pre-emptive strike, the actual situation may be better
9 LICENSE
= 2-clause-bsd AND modified-bsd AND isc AND mit AND zlib \
10 AND gnu-lgpl-v2 AND gnu-lgpl-v2.1 AND gnu-gpl-v2 \
11 AND gnu-lgpl-v3 AND gnu-gpl-v3
15 EMUL_PLATFORMS
= netbsd-alpha netbsd-arm netbsd-i386 netbsd-m68k \
16 netbsd-mipseb netbsd-mipsel netbsd-powerpc \
17 netbsd-sparc netbsd-sparc64 netbsd-x86_64
19 ONLY_FOR_PLATFORM
= NetBSD-6.
[1-9]*-* NetBSD-
[7-9]*-* NetBSD-
[1-9][0-9]*-*
21 .
include "../../emulators/compat_netbsd/Makefile.common"
23 DISTNAME
= compat60-
${EMUL_ARCH}-${COMPAT_VERSION}
27 #.if empty(OS_VERSION:M[0-5].*) && empty(OS_VERSION:M6.0*)
28 #DEPENDS+= compat61>=6.1:../../emulators/compat61
33 .
include "../../mk/bsd.pkg.mk"