mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
bb0abac355
Approved by: portmgr (blanket)
24 lines
460 B
Makefile
24 lines
460 B
Makefile
PORTNAME= iohyve
|
|
PORTVERSION= 0.7.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= bhyve manager utilizing ZFS and other FreeBSD tools
|
|
WWW= https://github.com/pr1ntf/iohyve
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pr1ntf
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} \
|
|
's%\$$(PREFIX)%${STAGEDIR}/$$(PREFIX)%g ; \
|
|
s%/man/man%/share/man/man%' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|