mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
61b6613393
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should start with lower-case letter and not end with a period which is added by the framework, similar to other knobs like BROKEN, IGNORE, et al. While here, remove needless quoting, add missing Oxford comma, expand contractions and jargonisms, use correct spelling for proper names.
30 lines
732 B
Makefile
30 lines
732 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
|
|
PORTNAME= xe-guest-utilities
|
|
PORTVERSION= 6.2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/feld
|
|
DISTNAME= ${PORTNAME}-6.0.2
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= FreeBSD VM tools for Citrix XenServer and XCP
|
|
|
|
RUN_DEPENDS= xenstore:${PKGCATEGORY}/xen-guest-tools
|
|
|
|
USES= gmake python
|
|
USE_RC_SUBR= xenguest
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
ONLY_FOR_ARCHS_REASON= requires i386 XEN or amd64 XENHVM kernel
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/xe-daemon \
|
|
sbin/xe-update-guest-attrs
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/src/sbin/xe-daemon ${STAGEDIR}${PREFIX}/sbin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/src/sbin/xe-update-guest-attrs ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|