The most recent stable version (5.0) is known to be problematic due to the need for individual programs to link against msvcrt. Based partially on zerous's "wine32" package in pkgsrc-wip. Includes several years of changes. This package does not include WoW64 support, so you can't run 32-bit binaries on a 64-bit system. That's for later...
13 lines
327 B
Makefile
13 lines
327 B
Makefile
# $NetBSD: buildlink3.mk,v 1.30 2020/05/22 17:44:41 nia Exp $
|
|
|
|
BUILDLINK_TREE+= wine
|
|
|
|
.if !defined(WINE_BUILDLINK3_MK)
|
|
WINE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.wine+= wine>=1.3.0
|
|
BUILDLINK_ABI_DEPENDS.wine+= wine>=1.6.2nb26
|
|
BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine
|
|
.endif # WINE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -wine
|