1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/misc/openhmd/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

28 lines
505 B
Makefile

# $FreeBSD$
PORTNAME= OpenHMD
DISTVERSION= 0.2.0-215
PORTREVISION= 1
DISTVERSIONSUFFIX= -g6f91c10
CATEGORIES= misc
MASTER_SITES= CHEESESHOP
MAINTAINER= yuri@FreeBSD.org
COMMENT= API and drivers for immersive technology
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libhidapi.so:comms/hidapi
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
USE_LDCONFIG= yes
PLIST_FILES= include/openhmd.h \
lib/libopenhmd.so \
lib/libopenhmd.so.0 \
lib/libopenhmd.so.0.1.0
.include <bsd.port.mk>