1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/bmd/Makefile
2023-10-27 02:32:11 -04:00

22 lines
453 B
Makefile

PORTNAME= bmd
DISTVERSION= 2.2
CATEGORIES= sysutils
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= Bhyve Management Daemon
WWW= https://github.com/yuichiro-naito/bmd
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= bhyve runs on amd64 only
RUN_DEPENDS= bhyve-firmware>0:sysutils/bhyve-firmware \
grub2-bhyve>0:sysutils/grub2-bhyve
USE_GITHUB= yes
GH_ACCOUNT= yuichiro-naito
.include <bsd.port.mk>