ports/math/qalculate-qt/Makefile
Jason E. Hale 690a30e506 math/qalculate-qt: New port
Qalculate! is a multi-purpose desktop calculator. It is small and simple
to use but with much power and versatility underneath. Features include
customizable functions, units, arbitrary precision, plotting, and a
user-friendly interface.

WWW: https://qalculate.github.io/
2022-02-27 09:28:44 -05:00

24 lines
600 B
Makefile

PORTNAME= qalculate-qt
PORTVERSION= 4.0.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)
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqalculate.so:math/libqalculate
RUN_DEPENDS= gnuplot:math/gnuplot
USES= compiler:c++11-lib gl pkgconfig qmake qt:5
USE_GL= gl
USE_QT= buildtools_build linguisttools_build core gui network widgets
QMAKE_ARGS= MAN_DIR="${PREFIX}/man"
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>