1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/emulators/parallels-tools/Makefile
2009-08-26 04:40:46 +00:00

32 lines
629 B
Makefile

# New ports collection makefile for: parallels-tools
# Date created: 14 Jun 2009
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= parallels-tools
PORTVERSION= 0.1.0
CATEGORIES= emulators kld
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bland
MAINTAINER= bland@FreeBSD.org
COMMENT= Parallels Desktop Tools for FreeBSD
USE_BZIP2= yes
ONLY_FOR_ARCHS= amd64 i386
KMODDIR?= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR}
MAKE_ENV+= KMODDIR=${KMODDIR}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
IGNORE= is only supported on FreeBSD 7.x or later
.endif
.include <bsd.port.post.mk>