mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
79b76308f6
Also: Fix PORTSCOUT regex of devel/ice to include DISTVERSIONPREFIX.
23 lines
394 B
Makefile
23 lines
394 B
Makefile
# Created by: Michael Gmelin <freebsd@grem.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bhyve-rc
|
|
PORTVERSION= 3
|
|
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>
|