blob: 3840ca49da30663be70e8e0b2868165d6f18fa66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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.1
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>
|