freebsd-ports/emulators/parallels-tools/Makefile
Gleb Smirnoff 51bf11b3f1 Update for ifnet(9) changes in head.
Approved by:	bapt (blanket)
2014-10-02 18:23:42 +00:00

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>