1 # $NetBSD: linux-suse.mk,v 1.1 2007/07/29 05:19:42 jlam Exp $
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"
18 EMUL_DISTRO
= opendarwin-0
19 PKG_FAIL_REASON
+= "[darwin-opendarwin.mk] ${EMUL_TYPE.darwin} is not a supported EMUL_TYPE.darwin"