1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Maintiainer no longer has time to look after this port.

This commit is contained in:
Mark Linimon 2006-09-19 02:01:09 +00:00
parent c9e8541afc
commit aeb118f269
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173368

View File

@ -16,9 +16,7 @@ DISTFILES= VMware-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX}:vmware \
vmmon-freebsd-0.98${EXTRACT_SUFX}:patch \
vmnet-freebsd-0.21${EXTRACT_SUFX}:patch
# Feel free to post your questions/reports/suggestions on this port to
# freebsd-emulation mailing list with the following maintainer address CC'ed.
MAINTAINER= vsilyaev@mindspring.com
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= A virtual machine emulator - a full PC in a window
RUN_DEPENDS= ${LINUXBASE}/dev/rtc:${PORTSDIR}/emulators/rtc
@ -58,15 +56,15 @@ MODULES= vmmon vmnet
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400013
IGNORE= "Systems prior to 400013 is out of support"
IGNORE= Systems prior to 400013 is out of support
.endif
.if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(/boot/kernel/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko)
IGNORE= "This software absolutely requires Linux procfs support"
IGNORE= This software absolutely requires Linux procfs support
.endif
.if !exists(/${SRC_BASE}/Makefile)
IGNORE= "Kernel source files required"
IGNORE= Kernel source files required
.endif
.if exists(${WRKDIRPREFIX}${.CURDIR}/work/Makefile.inc.net)