summaryrefslogtreecommitdiffstats
path: root/emulators/i386-wine/Makefile
blob: 3e65cfa1622b9bf2bbfd88a1c4d41e46bf69184a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: David Naylor (dbn@FreeBSD.org)
# $FreeBSD$

# Special bootstrapper to allow:
#  - i386 specific port to be slave to ${PORTSDIR}/emulators/wine
#  - amd64 specific port to be normal port (based on binary package)

.if !defined(ARCH)
ARCH!=		uname -p
.endif

.if ${ARCH} == i386
.include "${.CURDIR}/Makefile.i386"
.else
.include "${.CURDIR}/Makefile.inc"
.endif
OpenPOWER on IntegriCloud