freebsd-ports/emulators/parallels-tools/Makefile

20 lines
373 B
Makefile
Raw Normal View History

# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$
PORTNAME= parallels-tools
2014-02-14 15:43:04 +01:00
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
2014-06-25 16:42:07 +02:00
2011-11-07 05:24:55 +01:00
.include <bsd.port.mk>