Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/net-im/qTox/Makefile 371182 2014-10-19 15:06:48Z makc $ |
2 |
# $FreeBSD: head/net-im/qTox/Makefile 371182 2014-10-19 15:06:48Z makc $ |
3 |
|
3 |
|
4 |
PORTNAME= qTox |
4 |
PORTNAME= qTox |
5 |
PORTVERSION= 0.141018 |
5 |
PORTVERSION= 0.141028 |
6 |
CATEGORIES= net-im |
6 |
CATEGORIES= net-im |
7 |
|
7 |
|
8 |
MAINTAINER= yuri@rawbw.com |
8 |
MAINTAINER= yuri@rawbw.com |
Lines 16-31
Link Here
|
16 |
|
16 |
|
17 |
USE_GITHUB= yes |
17 |
USE_GITHUB= yes |
18 |
GH_ACCOUNT= tux3 |
18 |
GH_ACCOUNT= tux3 |
|
|
19 |
GH_COMMIT= 8ff3d1d |
19 |
GH_TAGNAME= ${GH_COMMIT} |
20 |
GH_TAGNAME= ${GH_COMMIT} |
20 |
GH_COMMIT= bf35c5e |
|
|
21 |
|
21 |
|
22 |
USE_QT5= core gui network opengl xml widgets buildtools_build |
22 |
USE_QT5= core gui network xml opengl sql widgets buildtools_build |
23 |
USES= compiler:c++11-lib openal:soft qmake |
23 |
USES= compiler:c++11-lib desktop-file-utils openal:soft qmake |
24 |
|
24 |
|
25 |
PLIST_FILES= bin/qtox \ |
25 |
PLIST_FILES= bin/qtox \ |
26 |
share/applications/qTox.desktop \ |
26 |
share/applications/qTox.desktop \ |
27 |
share/pixmaps/qtox.png |
27 |
share/pixmaps/qtox.png |
28 |
|
28 |
|
|
|
29 |
post-patch: |
30 |
@${REINPLACE_CMD} -e 's|$$$$system(git rev-parse HEAD)|${GH_COMMIT}|' \ |
31 |
${WRKSRC}/qtox.pro |
29 |
pre-configure: |
32 |
pre-configure: |
30 |
${CP} ${WRKSRC}/img/icon.png ${WRKSRC}/img/qtox.png |
33 |
${CP} ${WRKSRC}/img/icon.png ${WRKSRC}/img/qtox.png |
31 |
${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \ |
34 |
${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \ |