mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
707c6bf295
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
28 lines
505 B
Makefile
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>
|