aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/radiance/Makefile
blob: 49bb2590f8dafb96a418699e5cbcf2f546a191e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $FreeBSD$

PORTNAME=   radiance
PORTVERSION=    g20181029
CATEGORIES= graphics

MAINTAINER= yuri@FreeBSD.org
COMMENT=    Video art software for VJs

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

LIB_DEPENDS=    libfftw3.so:math/fftw3 \
        libfftw3f.so:math/fftw3-float \
        libmpv.so:multimedia/mpv \
        libportaudio.so:audio/portaudio \
        librtmidi.so:audio/rtmidi \
        libsamplerate.so:audio/libsamplerate

USES=       cmake:outsource compiler:c++14-lang gl localbase:ldflags qt:5
USE_GITHUB= yes
GH_ACCOUNT= zbanks
GH_TAGNAME= 2b947cf
GH_TUPLE=   zbanks:BTrack:1c5b72e:bt/BTrack
USE_QT=     core declarative graphicaleffects gui network  quickcontrols widgets \
        buildtools_build qmake_build
USE_GL=     gl glu

CMAKE_ARGS= -DRADIANCE_SYSTEM_RESOURCES:STRING=${DATADIR}/

.include <bsd.port.mk>