aboutsummaryrefslogtreecommitdiff
path: root/emulators/xen/Makefile
blob: f4cfa2364588b03c2c55bf9b118b4801ab477750 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	xen
PORTVERSION=	4.5.2
PORTREVISION=   2
CATEGORIES=	emulators

MAINTAINER=	royger@FreeBSD.org
COMMENT=	Xen Hyvervisor meta port

LICENSE=	GPLv2

ONLY_FOR_ARCHS=	amd64

RUN_DEPENDS=	/boot/xen:${PORTSDIR}/emulators/xen-kernel \
		xl:${PORTSDIR}/sysutils/xen-tools

USES=		metaport

.include <bsd.port.mk>