Files

28 lines
543 B
Makefile
Raw Permalink Normal View History

2023-09-01 10:53:25 +08:00
PORTNAME= bmd-plugin-hookcmd
2024-10-08 23:50:38 -07:00
DISTVERSION= 3.0
2024-10-20 09:23:53 -07:00
PORTREVISION= 1
2023-09-01 10:53:25 +08:00
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
2023-09-08 04:52:11 +02:00
ONLY_FOR_ARCHS_REASON= bhyve runs on amd64 only
2023-09-01 10:53:25 +08:00
BUILD_DEPENDS= bmd>0:sysutils/bmd
RUN_DEPENDS= bmd>0:sysutils/bmd
2024-10-20 09:23:53 -07:00
USES= uidfix
2023-09-01 10:53:25 +08:00
USE_GITHUB= yes
GH_ACCOUNT= yuichiro-naito
pre-install:
${MKDIR} ${STAGEDIR}/${LOCALBASE}/libexec/bmd
.include <bsd.port.mk>