Finish removal of i386-wine-staging

This commit is contained in:
Antoine Brodin 2018-03-11 08:32:15 +00:00
parent 85d0e8ddf5
commit 7c2d640163
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464147

View file

@ -1,27 +0,0 @@
# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
COMMENT= 32-bit Wine built with the Staging patchset for 64-bit FreeBSD
SLAVE_PORT= i386-wine-devel
CONFLICTS_INSTALL= i386-wine-[0-9]* wine-[0-9]* wine-staging-[0-9]* i386-wine-devel-[0-9]* wine-devel-[0-9]*
OPTIONS_SLAVE= STAGING
OPTIONS_DEFAULT= LIBXSLT MPG123 HAL V4L X11
SLAVEDIR= ${.CURDIR}/../i386-wine-devel
PLIST= ${MASTERDIR}/pkg-plist
.if !defined(ARCH)
ARCH!= uname -p
.endif
PKGNAMESUFFIX= -staging
.if ${ARCH} == i386
.include "${SLAVEDIR}/Makefile.i386"
.else
MASTERDIR= ${SLAVEDIR}
BROKEN= Staging patchset still not available for this version
.include "${SLAVEDIR}/Makefile.inc"
.endif