freebsd-ports/sysutils/bhyve-rc/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

28 lines
503 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= freebsd@grem.de
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.options.mk>
.if ${OSVERSION} < 1000000
IGNORE= bhyve first appeared in FreeBSD 10.0
.endif
.include <bsd.port.mk>