blob: d968ec018f6f41702e3be04d69b04f6493849f10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= QtBitcoinTrader
DISTVERSION= 1.41.00
CATEGORIES= finance
MASTER_SITES= SF/bitcointrader/SRC/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Secure client uses latest OpenSSL and best encryption
WWW= https://centrabit.com/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.GPL3
USES= compiler:c++11-lib gl qmake qt:5 ssl xorg
USE_QT= core gui multimedia network script speech widgets buildtools:build
USE_GL= gl
WRKSRC_SUBDIR= src
QMAKE_ARGS= DESKTOPDIR=${PREFIX}/share/applications ICONDIR=${PREFIX}/share/pixmaps
PLIST_FILES= bin/${PORTNAME} \
share/applications/${PORTNAME}.desktop \
share/pixmaps/${PORTNAME}.png
.include <bsd.port.mk>
|