|
Lines 1-6
Link Here
|
| 1 |
PORTNAME= ${GH_PROJECT:tl} |
1 |
PORTNAME= ${GH_PROJECT:tl} |
| 2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
| 3 |
DISTVERSION= 4.1.0 |
3 |
DISTVERSION= 4.1.1 |
| 4 |
CATEGORIES= audio |
4 |
CATEGORIES= audio |
| 5 |
|
5 |
|
| 6 |
MAINTAINER= adridg@FreeBSD.org |
6 |
MAINTAINER= adridg@FreeBSD.org |
|
Lines 15-27
LIB_DEPENDS= libmp3lame.so:audio/lame \
Link Here
|
| 15 |
libvorbis.so:audio/libvorbis \ |
15 |
libvorbis.so:audio/libvorbis \ |
| 16 |
libogg.so:audio/libogg \ |
16 |
libogg.so:audio/libogg \ |
| 17 |
libasound.so:audio/alsa-lib \ |
17 |
libasound.so:audio/alsa-lib \ |
|
|
18 |
libasound_module_pcm_oss.so:audio/alsa-plugins \ |
| 18 |
libfreetype.so:print/freetype2 |
19 |
libfreetype.so:print/freetype2 |
| 19 |
|
20 |
|
| 20 |
USES= cmake compiler:c++11-lib localbase \ |
21 |
USES= cmake compiler:c++11-lib localbase \ |
| 21 |
pkgconfig qt:5 |
22 |
pkgconfig qt:5 |
| 22 |
USE_QT= concurrent core dbus declarative designer graphicaleffects gui \ |
23 |
USE_QT= concurrent core dbus declarative designer graphicaleffects gui \ |
| 23 |
help location network networkauth opengl printsupport \ |
24 |
help location network networkauth opengl printsupport \ |
| 24 |
quickcontrols2 scripttools sql svg testlib \ |
25 |
quickcontrols quickcontrols2 scripttools sql svg testlib \ |
| 25 |
webchannel widgets x11extras xml xmlpatterns \ |
26 |
webchannel widgets x11extras xml xmlpatterns \ |
| 26 |
buildtools:build linguisttools:build qmake:build uitools:build |
27 |
buildtools:build linguisttools:build qmake:build uitools:build |
| 27 |
|
28 |
|