freebsd-ports/sysutils/iohyve/Makefile
Lars Engels c4fd7792f9 *: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment.
2021-07-28 22:34:51 +02:00

19 lines
367 B
Makefile

PORTNAME= iohyve
PORTVERSION= 0.7.9
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= bhyve manager utilizing ZFS and other FreeBSD tools
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= pr1ntf
NO_ARCH= yes
post-patch:
${REINPLACE_CMD} 's%\$$(PREFIX)%${STAGEDIR}/$$(PREFIX)%g' ${WRKSRC}/Makefile
.include <bsd.port.mk>