Update deskutils/lumina-calculator to version 1.4.1
[dports.git] / deskutils / lumina-calculator / Makefile
1 # Created by: Ken Moore <ken@pcbsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       lumina-calculator
5 PORTVERSION=    1.4.1
6 CATEGORIES=     deskutils
7
8 MAINTAINER=     jt@ixsystems.com
9 COMMENT=        Scientific calculator from the Lumina Desktop
10
11 LICENSE=        BSD3CLAUSE
12
13 LIB_DEPENDS+=   libxcb-ewmh.so:x11/xcb-util-wm \
14                 libxcb-icccm.so:x11/xcb-util-wm \
15                 libxcb-image.so:x11/xcb-util-image \
16                 libxcb-util.so:x11/xcb-util
17
18 CONFLICTS_INSTALL=      lumina-1.2.*
19
20 OPTIONS_DEFINE= I18N
21 OPTIONS_DEFAULT=        I18N
22 I18N_DESC=      Install localization files
23
24 .include <bsd.port.options.mk>
25
26 MAKE_JOBS_UNSAFE=yes
27
28 USES=           qmake
29 USE_GL=         gl
30 USE_XORG=       x11 xdamage xcb
31 USE_QT5=        core gui widgets network svg \
32                 buildtools_build x11extras concurrent multimedia
33 USE_GITHUB=     yes
34 GH_ACCOUNT=     trueos
35 GH_PROJECT=     lumina
36 GH_TAGNAME=     b6536c1547571ae8dd0618bed752e2e0025bf2a7
37 WRKSRC_SUBDIR=  src-qt5/desktop-utils/${PORTNAME}
38
39 .if${PORT_OPTIONS:MI18N}
40 USE_QT5+=       linguist_build
41 QMAKE_ARGS+=CONFIG+=WITH_I18N
42 .endif
43
44 .include <bsd.port.mk>