mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
29 lines
556 B
Makefile
29 lines
556 B
Makefile
PORTNAME= OpenHMD
|
|
DISTVERSION= 0.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= PYPI
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= API and drivers for immersive technology
|
|
WWW= https://github.com/OpenHMD/OpenHMD
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libhidapi.so:comms/hidapi
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
PLIST_FILES= include/openhmd.h \
|
|
lib/libopenhmd.so \
|
|
lib/libopenhmd.so.0 \
|
|
lib/libopenhmd.so.0.1.0 \
|
|
libdata/pkgconfig/openhmd.pc
|
|
|
|
.include <bsd.port.mk>
|