3cd61ad215
Add USES=compiler:c++11-lang PR: 232007 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
26 lines
499 B
Makefile
26 lines
499 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= OpenHMD
|
|
DISTVERSION= 0.2.0-215
|
|
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:outsource 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>
|