mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
41 lines
834 B
Makefile
41 lines
834 B
Makefile
# Created by: Ken Moore <ken@pcbsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lumina-textedit
|
|
PORTVERSION= 1.4.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= jt@ixsystems.com
|
|
COMMENT= Plaintext editor from the Lumina Desktop
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
CONFLICTS_INSTALL= lumina-1.2.*
|
|
|
|
OPTIONS_DEFINE= I18N
|
|
OPTIONS_DEFAULT= I18N
|
|
OPTIONS_SUB= yes
|
|
|
|
I18N_DESC= Install localization files
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
USE_QT= core gui widgets network svg printsupport \
|
|
buildtools_build x11extras concurrent multimedia
|
|
USES= compiler:c++11-lang qmake qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= trueos
|
|
GH_PROJECT= lumina
|
|
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
|
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
|
|
|
.if${PORT_OPTIONS:MI18N}
|
|
USE_QT+= linguist_build
|
|
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|