forked from Lainports/opnsense-ports
19 lines
334 B
Makefile
19 lines
334 B
Makefile
PORTNAME= bhyve-rc
|
|
PORTVERSION= 4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # none
|
|
|
|
MAINTAINER= grembo@FreeBSD.org
|
|
COMMENT= FreeBSD RC script for starting bhyve guests in tmux
|
|
|
|
RUN_DEPENDS= tmux:sysutils/tmux
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
|
|
USE_RC_SUBR= bhyve
|
|
|
|
.include <bsd.port.mk>
|