Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

25
sysutils/xhyve/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1 2016/03/19 18:11:36 sevan Exp $
VERSION= 0.2.0
DISTNAME= xhyve-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=mist64/}
GITHUB_TAG= v${VERSION}
MAINTAINER= terin@terinstock.com
HOMEPAGE= https://github.com/mist64/xhyve/
COMMENT= Port of bhyve to OS X
LICENSE= 2-clause-bsd
MAKE_ENV+= GIT_VERSION=${PKGVERSION}
ONLY_FOR_PLATFORM+= Darwin-1[4-9].*-x86_64
AUTO_MKDIRS= yes
USE_TOOLS+= gmake
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} build/xhyve ${DESTDIR}${PREFIX}/bin/xhyve
.include "../../mk/bsd.pkg.mk"