da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
25 lines
639 B
Makefile
25 lines
639 B
Makefile
PORTNAME= QtBitcoinTrader
|
|
DISTVERSION= 1.40.55
|
|
PORTREVISION= 1
|
|
CATEGORIES= finance
|
|
MASTER_SITES= SF/bitcointrader/SRC/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Secure client uses latest OpenSSL and best encryption
|
|
|
|
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>
|