freebsd-ports/deskutils/lumina-calculator/Makefile
Jason W. Bacon eb4b50d17f lumina*: Adopt from ports@
Taking over maintenance of the following ports
and beginning work on upstream code

deskutils/lumina-archiver
deskutils/lumina-calculator
deskutils/lumina-fileinfo
deskutils/lumina-fm
deskutils/lumina-mediaplayer
deskutils/lumina-pdf
deskutils/lumina-photo
deskutils/lumina-screenshot
deskutils/lumina-textedit
x11/lumina-core
x11/lumina-coreutils
x11/lumina
2023-07-11 11:23:59 -05:00

29 lines
573 B
Makefile

PORTNAME= lumina-calculator
DISTVERSION= 1.6.2
CATEGORIES= deskutils
MAINTAINER= jwb@FreeBSD.org
COMMENT= Scientific calculator from the Lumina Desktop
WWW= https://lumina-desktop.org/
LICENSE= BSD3CLAUSE
USES= compiler:c++11-lang gl qmake qt:5 xorg
USE_GL= gl
USE_XORG= x11
USE_QT= buildtools:build core gui svg widgets
USE_GITHUB= yes
GH_ACCOUNT= lumina-desktop
GH_TAGNAME= 159fc375
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USE= qt=linguist:build
NLS_QMAKE_ON= CONFIG+=WITH_I18N
CONFLICTS_INSTALL= lumina-1.2.*
WRKSRC_SUBDIR= src-qt5
.include <bsd.port.mk>