Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / mk / emulator / darwin-opendarwin.mk
blob527fde05d19698159f2f2726f640d797297d357b
1 # $NetBSD: linux-suse.mk,v 1.1 2007/07/29 05:19:42 jlam Exp $
3 # OpenDarwin
6 # EMUL_TYPE.darwin can be "opendarwin" or "opendarwin-[0-9]*". If the
7 # former, then use the default OpenDarwin version, otherwise use the
8 # specific version requested.
10 .if !empty(EMUL_TYPE.darwin:Mopendarwin-6.x)
11 . include "${PKGSRCDIR}/emulators/darwin_lib/emulator.mk"
13 .elif !empty(EMUL_TYPE.darwin:Mopendarwin)
14 # default to highest version of OpenDarwin
15 . include "${PKGSRCDIR}/emulators/darwin_lib/emulator.mk"
17 .else
18 EMUL_DISTRO= opendarwin-0
19 PKG_FAIL_REASON+= "[darwin-opendarwin.mk] ${EMUL_TYPE.darwin} is not a supported EMUL_TYPE.darwin"
20 .endif