51bf11b3f1
Approved by: bapt (blanket)
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= parallels-tools
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= LOCAL/bland
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
|
COMMENT= Parallels Desktop Tools for FreeBSD
|
|
|
|
USES= kmod tar:bzip2 uidfix
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
PLIST_FILES= ${KMODDIR}/if_pvmnet.ko
|
|
|
|
.include <bsd.port.mk>
|