freebsd-ports/sysutils/bmd-plugin-hookcmd/Makefile
Yuichiro NAITO cf7cc4b5f6
sysutils/bmd-plugin-*: Fix build error
PR:		282094 282130
Reported by:	maintainer
2024-10-20 09:23:53 -07:00

27 lines
543 B
Makefile

PORTNAME= bmd-plugin-hookcmd
DISTVERSION= 3.0
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= BMD plugin hookcmd
WWW= https://github.com/yuichiro-naito/bmd-plugin-hookcmd
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= bhyve runs on amd64 only
BUILD_DEPENDS= bmd>0:sysutils/bmd
RUN_DEPENDS= bmd>0:sysutils/bmd
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= yuichiro-naito
pre-install:
${MKDIR} ${STAGEDIR}/${LOCALBASE}/libexec/bmd
.include <bsd.port.mk>