diff --git a/emulators/i386-wine-staging/Makefile b/emulators/i386-wine-staging/Makefile deleted file mode 100644 index 741f6c58691f..000000000000 --- a/emulators/i386-wine-staging/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Kris Moore -# $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