freebsd-ports/finance/qtbitcointrader/Makefile
Yuri Victorovich 96f8d08fc8 finance/qtbitcointrader: update 1.42.21 → 1.42.22
Reported by:	portscout
2023-12-07 21:31:40 -08:00

26 lines
671 B
Makefile

PORTNAME= QtBitcoinTrader
DISTVERSION= 1.42.22
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 desktop-file-utils 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>