Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= qTox |
4 |
PORTNAME= qTox |
5 |
PORTVERSION= 0.141028 |
5 |
PORTVERSION= 0.141118 |
6 |
CATEGORIES= net-im |
6 |
CATEGORIES= net-im |
7 |
|
7 |
|
8 |
MAINTAINER= yuri@rawbw.com |
8 |
MAINTAINER= yuri@rawbw.com |
Lines 11-27
Link Here
|
11 |
LICENSE= GPLv3 |
11 |
LICENSE= GPLv3 |
12 |
|
12 |
|
13 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox |
13 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox |
14 |
LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv |
14 |
LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ |
|
|
15 |
libopencv_core.so:${PORTSDIR}/graphics/opencv-core \ |
16 |
libvpx.so:${PORTSDIR}/multimedia/libvpx \ |
17 |
libsodium.so:${PORTSDIR}/security/libsodium |
15 |
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox |
18 |
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox |
16 |
|
19 |
|
17 |
USE_GITHUB= yes |
20 |
USE_GITHUB= yes |
18 |
GH_ACCOUNT= tux3 |
21 |
GH_ACCOUNT= tux3 |
19 |
GH_COMMIT= 8ff3d1d |
22 |
GH_COMMIT= 7c499c2 |
20 |
GH_TAGNAME= ${GH_COMMIT} |
23 |
GH_TAGNAME= ${GH_COMMIT} |
|
|
24 |
USE_QT5= core gui network xml opengl sql widgets concurrent \ |
25 |
buildtools_build linguisttools |
26 |
USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake |
21 |
|
27 |
|
22 |
USE_QT5= core gui network xml opengl sql widgets buildtools_build |
|
|
23 |
USES= compiler:c++11-lib desktop-file-utils openal:soft qmake |
24 |
|
25 |
PLIST_FILES= bin/qtox \ |
28 |
PLIST_FILES= bin/qtox \ |
26 |
share/applications/qTox.desktop \ |
29 |
share/applications/qTox.desktop \ |
27 |
share/pixmaps/qtox.png |
30 |
share/pixmaps/qtox.png |