summaryrefslogtreecommitdiff
path: root/emulators/suse91_vmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse91_vmware/Makefile')
-rw-r--r--emulators/suse91_vmware/Makefile38
1 files changed, 9 insertions, 29 deletions
diff --git a/emulators/suse91_vmware/Makefile b/emulators/suse91_vmware/Makefile
index 3eec3dcfcf9..f19e5fdff55 100644
--- a/emulators/suse91_vmware/Makefile
+++ b/emulators/suse91_vmware/Makefile
@@ -1,36 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2007/02/22 19:26:28 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/07/29 05:19:22 jlam Exp $
-DISTNAME= suse_vmware-${SUSE_VERSION}
-PKGREVISION= 2
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUSE91}
-DISTFILES= ${RPMFILES}
+DISTNAME= suse_vmware-${SUSE_VERSION}
+PKGREVISION= 3
+CATEGORIES= emulators
+DISTFILES= grep-2.5.1-416.${SUSE_ARCH}.rpm
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.suse.com/
-COMMENT= Linux compatibility package to support running VMware
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Linux compatibility package to help run VMware
-DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base
-DEPENDS+= suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse91_x11
-
-EXTRACT_ONLY= # empty
-NO_BUILD= YES
-PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR:Q}
-
-RPMFILES= grep-2.5.1-416.i586.rpm
+EMUL_PLATFORMS= linux-i386
+EMUL_MODULES.linux= base x11
RPMIGNOREPATH= usr
-post-install:
- @${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 "../../emulators/suse91_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"