|
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 21-27
USES= cmake compiler:c++11-lib localbase \
Link Here
|
| 21 |
pkgconfig qt:5 |
21 |
pkgconfig qt:5 |
| 22 |
USE_QT= concurrent core dbus declarative designer graphicaleffects gui \ |
22 |
USE_QT= concurrent core dbus declarative designer graphicaleffects gui \ |
| 23 |
help location network networkauth opengl printsupport \ |
23 |
help location network networkauth opengl printsupport \ |
| 24 |
quickcontrols2 scripttools sql svg testlib \ |
24 |
quickcontrols quickcontrols2 scripttools sql svg testlib \ |
| 25 |
webchannel widgets x11extras xml xmlpatterns \ |
25 |
webchannel widgets x11extras xml xmlpatterns \ |
| 26 |
buildtools:build linguisttools:build qmake:build uitools:build |
26 |
buildtools:build linguisttools:build qmake:build uitools:build |
| 27 |
|
27 |
|