mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
21 lines
382 B
Makefile
21 lines
382 B
Makefile
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
|
|
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
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
USES= kmod tar:bzip2 uidfix
|
|
|
|
PLIST_FILES= ${KMODDIR}/if_pvmnet.ko
|
|
|
|
.include <bsd.port.mk>
|