aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/parallels-tools/Makefile
blob: 911bea2e5fb2d72c008934cc5aee900560673c41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$

PORTNAME=   parallels-tools
PORTVERSION=    0.1.2
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>