mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
e4c624dec8
Approved by: portmgr (blanket)
29 lines
515 B
Makefile
29 lines
515 B
Makefile
# Created by: Michael Gmelin <freebsd@grem.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bhyve-rc
|
|
PORTVERSION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # none
|
|
|
|
MAINTAINER= freebsd@grem.de
|
|
COMMENT= FreeBSD RC script for starting bhyve guests in tmux
|
|
|
|
RUN_DEPENDS= tmux:${PORTSDIR}/sysutils/tmux
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
|
|
USE_RC_SUBR= bhyve
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${OSVERSION} < 1000000
|
|
IGNORE= bhyve first appeared in FreeBSD 10.0
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|