Added
Link Here
|
1 |
PORTNAME= openrgb |
2 |
PORTVERSION= g20220505 |
3 |
CATEGORIES= x11 |
4 |
|
5 |
MAINTAINER= vidar@karlsen.tech |
6 |
COMMENT= Software to control a multitude of (a)RGB devices |
7 |
|
8 |
LICENSE= GPLv2 |
9 |
|
10 |
LIB_DEPENDS= libmbedx509.so:security/mbedtls \ |
11 |
libmbedtls.so:security/mbedtls \ |
12 |
libmbedcrypto.so:security/mbedtls \ |
13 |
libhidapi.so:comms/hidapi \ |
14 |
libGL.so:graphics/libglvnd |
15 |
BUILD_DEPENDS= mbedtls>0:security/mbedtls \ |
16 |
hidapi>0:comms/hidapi \ |
17 |
qt5-qmake>0:devel/qt5-qmake \ |
18 |
git>0:devel/git |
19 |
|
20 |
USES= gmake qt:5 qmake |
21 |
USE_QT= core gui widgets buildtools |
22 |
USE_GL= gl |
23 |
USE_GITLAB= yes |
24 |
GL_ACCOUNT= CalcProgrammer1 |
25 |
GL_PROJECT= OpenRGB |
26 |
GL_COMMIT= 817d5d55dfb2baf932effe9fec9c557ad1529eb9 |
27 |
|
28 |
PLIST_FILES= bin/openrgb |
29 |
|
30 |
do-install: |
31 |
${INSTALL_PROGRAM} ${WRKSRC}/openrgb ${STAGEDIR}${PREFIX}/bin |
32 |
|
33 |
.include <bsd.port.mk> |