mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
285e10efd9
PR: ports/194648 Submitted by: maintainer
39 lines
959 B
Makefile
39 lines
959 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qTox
|
|
PORTVERSION= 0.141028
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= yuri@rawbw.com
|
|
COMMENT= Qt 5 based Tox client
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
|
|
LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tux3
|
|
GH_COMMIT= 8ff3d1d
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
|
|
USE_QT5= core gui network xml opengl sql widgets buildtools_build
|
|
USES= compiler:c++11-lib desktop-file-utils openal:soft qmake
|
|
|
|
PLIST_FILES= bin/qtox \
|
|
share/applications/qTox.desktop \
|
|
share/pixmaps/qtox.png
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|$$$$system(git rev-parse HEAD)|"${GH_COMMIT}"|' \
|
|
${WRKSRC}/qtox.pro
|
|
|
|
pre-configure:
|
|
${CP} ${WRKSRC}/img/icon.png ${WRKSRC}/img/qtox.png
|
|
${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \
|
|
${WRKSRC}/qTox.desktop
|
|
|
|
.include <bsd.port.mk>
|