summaryrefslogtreecommitdiff
path: root/emulators/suse64_vmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse64_vmware/Makefile')
-rw-r--r--emulators/suse64_vmware/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/emulators/suse64_vmware/Makefile b/emulators/suse64_vmware/Makefile
deleted file mode 100644
index f28278da221..00000000000
--- a/emulators/suse64_vmware/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:35:56 grant Exp $
-
-DISTNAME= suse_vmware-${SUSE_VERSION}
-PKGREVISION= 1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUSE:=a1/}
-DISTFILES= ${RPMFILES}
-
-MAINTAINER= tron@NetBSD.org
-HOMEPAGE= http://www.suse.com/
-COMMENT= Linux compatibility package to support running VMware
-
-DEPENDS+= suse_base-${SUSE_VERSION}*:../suse64_base
-DEPENDS+= suse_x11-${SUSE_VERSION}*:../suse64_x11
-
-ONLY_FOR_PLATFORM= NetBSD-*-i386
-
-EXTRACT_ONLY= # empty
-NO_BUILD= YES
-PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-PLIST_SUBST= EMULSUBDIR=${EMULSUBDIR}
-
-RPMFILES= fileutil.rpm
-RPMIGNOREPATH= usr
-
-post-install:
- ${LN} -fs /etc/fstab ${EMULDIR}/etc/mtab
- @${GREP} -v '^#' ${FILESDIR}/device-links | \
- ${AWK} '{print("${LN} -fs "$$1" ${EMULDIR}/dev/"$$2)}' | \
- ${SH} -
- @${GREP} -v '^#' ${FILESDIR}/device-links | \
- ${AWK} '{print("@exec ln -fs "$$1" %D/${EMULSUBDIR}/dev/"$$2)}' \
- >>${PLIST_SRC}
- @${GREP} -v '^#' ${FILESDIR}/device-links | \
- ${AWK} '{print("@unexec rm -f %D/${EMULSUBDIR}/dev/"$$2)}' \
- >>${PLIST_SRC}
-
-.include "../suse64_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"