freebsd-ports/sysutils/bmd/Makefile
Yuichiro NAITO da967e317a sysutils/bmd: use USES=uidfix
The bmd's Makefile uses 'bsd.prog.mk', so it is necessary to fix uid/gid
for building the port in user privileges. The uidfix utility is a convenient way
for this purpose. I omitted the local patch files to use 'USES=uidfix'.

PR:		282223
2024-10-28 13:41:55 +01:00

24 lines
484 B
Makefile

PORTNAME= bmd
DISTVERSION= 3.1
PORTREVISION= 1
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
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= yuichiro-naito
.include <bsd.port.mk>