24 lines
558 B
Makefile
24 lines
558 B
Makefile
PORTNAME= qalculate-qt
|
|
PORTVERSION= 5.4.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Multi-purpose desktop calculator (Qt frontend)
|
|
WWW= https://qalculate.github.io/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libqalculate.so:math/libqalculate
|
|
RUN_DEPENDS= gnuplot:math/gnuplot
|
|
|
|
USES= compiler:c++17-lang gl pkgconfig qmake qt:6
|
|
USE_GL= opengl
|
|
USE_QT= base tools:build
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|