c4fd7792f9
Unfortunately I cannot give them the love they deserve at the moment.
22 lines
371 B
Makefile
22 lines
371 B
Makefile
PORTNAME= chyves
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= bhyve front-end manager
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
MAKE_ARGS+= -e
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's%\$$(PREFIX)%${STAGEDIR}/$$(PREFIX)%g' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|