2017-09-18 19:45:33 +02:00
|
|
|
# Created by: Ken Moore <ken@pcbsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lumina-coreutils
|
2017-12-22 03:46:38 +01:00
|
|
|
PORTVERSION= 1.4.1
|
2019-01-16 12:13:44 +01:00
|
|
|
PORTREVISION= 2
|
2017-09-18 19:45:33 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2017-12-22 03:46:38 +01:00
|
|
|
MAINTAINER= jt@ixsystems.com
|
2017-09-18 19:45:33 +02:00
|
|
|
COMMENT= Lumina Desktop Environment
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= xrandr:x11/xrandr
|
|
|
|
|
|
|
|
CONFLICTS_INSTALL= lumina-1.2.*
|
|
|
|
|
2017-12-22 03:46:38 +01:00
|
|
|
OPTIONS_DEFINE= I18N
|
2017-09-18 19:45:33 +02:00
|
|
|
OPTIONS_DEFAULT= I18N
|
2018-05-18 09:42:09 +02:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2017-11-02 22:41:47 +01:00
|
|
|
I18N_DESC= Install localization files
|
2017-09-18 19:45:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
|
2018-10-30 13:26:42 +01:00
|
|
|
USES= compiler:c++11-lang qmake qt:5
|
2017-09-18 19:45:33 +02:00
|
|
|
USE_LDCONFIG= yes
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= core gui widgets network svg imageformats \
|
2017-09-18 19:45:33 +02:00
|
|
|
buildtools_build x11extras concurrent multimedia
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= trueos
|
|
|
|
GH_PROJECT= lumina
|
2017-12-22 03:46:38 +01:00
|
|
|
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
2017-09-18 19:45:33 +02:00
|
|
|
WRKSRC_SUBDIR= src-qt5/core-utils
|
|
|
|
|
|
|
|
.if${PORT_OPTIONS:MI18N}
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT+= linguist_build
|
2017-12-22 03:46:38 +01:00
|
|
|
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
2017-09-18 19:45:33 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|