mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add parallels-tools, Parallels Desktop Tools for FreeBSD.
This commit is contained in:
parent
8b0834a81a
commit
f849258964
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235803
@ -131,6 +131,7 @@
|
||||
SUBDIR += open-vm-tools-nox11
|
||||
SUBDIR += osmose
|
||||
SUBDIR += p-interp
|
||||
SUBDIR += parallels-tools
|
||||
SUBDIR += pcemu
|
||||
SUBDIR += pearpc
|
||||
SUBDIR += prodosemu
|
||||
|
29
emulators/parallels-tools/Makefile
Normal file
29
emulators/parallels-tools/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: parallels-tools
|
||||
# Date created: 14 Jun 2009
|
||||
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= parallels-tools
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= bland
|
||||
|
||||
MAINTAINER= bland@FreeBSD.org
|
||||
COMMENT= Parallels Desktop Tools for FreeBSD
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
KMODDIR?= /boot/modules
|
||||
PLIST_SUB+= KMODDIR=${KMODDIR}
|
||||
MAKE_ENV+= KMODDIR=${KMODDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
IGNORE= is only supported on FreeBSD 7.x or later
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
emulators/parallels-tools/distinfo
Normal file
3
emulators/parallels-tools/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (parallels-tools-0.1.0.tar.bz2) = 5dc0efc08963e113bc0a02588044c63f
|
||||
SHA256 (parallels-tools-0.1.0.tar.bz2) = 690cf3b5c2ec8b0d9ccc48e11a82fb4be1b1e3594837c85e74d465a30a36859f
|
||||
SIZE (parallels-tools-0.1.0.tar.bz2) = 9021
|
3
emulators/parallels-tools/pkg-descr
Normal file
3
emulators/parallels-tools/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is a port of Parallels Desktop Tools for the FreeBSD.
|
||||
|
||||
WWW: http://www.parallels.com/products/desktop/
|
4
emulators/parallels-tools/pkg-plist
Normal file
4
emulators/parallels-tools/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
@cwd %%KMODDIR%%
|
||||
if_pvmnet.ko
|
||||
@exec kldxref %D
|
||||
@unexec kldxref %D
|
Loading…
Reference in New Issue
Block a user