mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
7d1faa7179
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
37 lines
818 B
Makefile
37 lines
818 B
Makefile
PORTNAME= openrgb
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= vidar@karlsen.tech
|
|
COMMENT= Software to control a multitude of RGB devices
|
|
WWW= https://openrgb.org
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= git>0:devel/git \
|
|
hidapi>0:comms/hidapi \
|
|
mbedtls>0:security/mbedtls \
|
|
qt5-qmake>0:devel/qt5-qmake
|
|
LIB_DEPENDS= libGL.so:graphics/libglvnd \
|
|
libhidapi.so:comms/hidapi \
|
|
libmbedcrypto.so:security/mbedtls \
|
|
libmbedtls.so:security/mbedtls \
|
|
libmbedx509.so:security/mbedtls
|
|
|
|
USES= gmake gl qmake qt:5
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= CalcProgrammer1
|
|
GL_PROJECT= OpenRGB
|
|
GL_TAGNAME= fb88964b8e514cdf4eb22da314e13f8db06a3636
|
|
|
|
USE_GL= gl
|
|
USE_QT= buildtools core gui linguisttools widgets
|
|
|
|
PLIST_FILES= bin/openrgb
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/openrgb ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|