freebsd-ports/emulators/parallels-tools/Makefile
Alexander Nedotsukov af7e4f2a62 Update to 0.1.2
2014-02-14 14:43:04 +00:00

23 lines
491 B
Makefile

# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$
PORTNAME= parallels-tools
PORTVERSION= 0.1.2
CATEGORIES= emulators kld
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bland
MAINTAINER= bland@FreeBSD.org
COMMENT= Parallels Desktop Tools for FreeBSD
SSP_UNSAFE= kernel module does not support ssp
USE_BZIP2= yes
ONLY_FOR_ARCHS= amd64 i386
KMODDIR?= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR}
MAKE_ENV+= KMODDIR=${KMODDIR}
NO_STAGE= yes
.include <bsd.port.mk>