1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/xe-guest-utilities/Makefile
Alexey Dokuchaev 61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
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.
2021-10-25 12:58:29 +00:00

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>