Merge branch 'staged'
[dports.git] / sysutils / bhyve-rc / Makefile
1 PORTNAME=       bhyve-rc
2 PORTVERSION=    4
3 CATEGORIES=     sysutils
4 MASTER_SITES=   # none
5 DISTFILES=      # none
6 EXTRACT_ONLY=   # none
7
8 MAINTAINER=     grembo@FreeBSD.org
9 COMMENT=        FreeBSD RC script for starting bhyve guests in tmux
10
11 RUN_DEPENDS=    tmux:sysutils/tmux
12
13 NO_WRKSUBDIR=   yes
14 NO_BUILD=       yes
15 NO_INSTALL=     yes
16
17 USE_RC_SUBR=    bhyve
18
19 .include <bsd.port.mk>