Lines 1-7
Link Here
|
1 |
PORTNAME= CsoundQt |
1 |
PORTNAME= CsoundQt |
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 0.9.8.1 |
3 |
DISTVERSION= 0.9.8.1 |
4 |
PORTREVISION= 2 |
4 |
PORTREVISION= 3 |
5 |
CATEGORIES= audio |
5 |
CATEGORIES= audio |
6 |
|
6 |
|
7 |
MAINTAINER= yuri@FreeBSD.org |
7 |
MAINTAINER= yuri@FreeBSD.org |
Lines 11-24
WWW= https://csoundqt.github.io/
Link Here
|
11 |
LICENSE= LGPL21 |
11 |
LICENSE= LGPL21 |
12 |
LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt |
12 |
LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt |
13 |
|
13 |
|
14 |
DEPRECATED= Depends on deprecated www/qt5-webkit |
|
|
15 |
EXPIRATION_DATE= 2023-12-31 |
16 |
|
17 |
LIB_DEPENDS= libcsound64.so:audio/csound |
14 |
LIB_DEPENDS= libcsound64.so:audio/csound |
18 |
|
15 |
|
19 |
USES= compiler:c++11-lib desktop-file-utils gl gmake qmake qt:5 shared-mime-info |
16 |
USES= compiler:c++11-lib desktop-file-utils gl gmake qmake qt:5 shared-mime-info |
20 |
USE_GITHUB= yes |
17 |
USE_GITHUB= yes |
21 |
USE_QT= concurrent core declarative gui network printsupport webchannel webkit widgets xml buildtools:build |
18 |
USE_QT= concurrent core declarative gui network printsupport widgets xml buildtools:build |
22 |
USE_GL= gl |
19 |
USE_GL= gl |
23 |
|
20 |
|
24 |
QMAKE_ARGS= CONFIG+="CSOUND_API_INCLUDE_DIR=${LOCALBASE}/include/csound CSOUND_LIBRARY_DIR=${LOCALBASE}/lib build64" \ |
21 |
QMAKE_ARGS= CONFIG+="CSOUND_API_INCLUDE_DIR=${LOCALBASE}/include/csound CSOUND_LIBRARY_DIR=${LOCALBASE}/lib build64" \ |
25 |
- |
|
|