[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / compat20-extras

Annotation of pkgsrc/emulators/compat20-extras/Makefile, Revision 1.3

1.3     ! kano        1: # $NetBSD: Makefile,v 1.2 2007/08/30 16:54:08 jlam Exp $
1.1       jlam        2:
1.2       jlam        3: COMPAT_PKG=            compat20        # for compat_netbsd/Makefile.common
1.1       jlam        4: NETBSD_VERSION=                2.0
                      5:
1.3     ! kano        6: HOMEPAGE=              http://www.NetBSD.org/releases/formal-2.0/index.html
1.1       jlam        7: COMMENT=               Additional shared libraries for NetBSD 2.0 compatibility
                      8:
                      9: EMUL_PLATFORMS=                netbsd-i386 netbsd-sparc
                     10:
                     11: .include "../../emulators/compat_netbsd/Makefile.common"
                     12:
                     13: DISTNAME=              compat20-extras-${EMUL_ARCH}-2.1
                     14:
                     15: # This package should only be installed for COMPAT_NETBSD32 emulation
                     16: # on machines running NetBSD-2.x.
                     17: #
                     18: .if defined(NETBSD_COMPAT32)
                     19: ACCEPTABLE_NETBSD=     NetBSD-1.6[A-Z]* NetBSD-2.[0-9]                 \
                     20:                        NetBSD-2.[1-8][0-9].* NetBSD-2.9[0-8].*
                     21: .else
                     22: NOT_FOR_PLATFORM=      NetBSD-*-${MACHINE_ARCH}
                     23: .endif
                     24:
                     25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>