2017-09-18 19:45:33 +02:00
|
|
|
# Created by: Ken Moore <ken@pcbsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lumina-textedit
|
2019-09-24 18:40:59 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 1.5.0
|
2017-09-18 19:45:33 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
|
2017-12-22 03:20:36 +01:00
|
|
|
MAINTAINER= jt@ixsystems.com
|
2017-09-18 19:45:33 +02:00
|
|
|
COMMENT= Plaintext editor from the Lumina Desktop
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
2019-02-09 10:30:41 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/../../../LICENSE
|
2017-09-18 19:45:33 +02:00
|
|
|
|
2019-09-24 18:40:59 +02:00
|
|
|
USES= compiler:c++11-lang qmake qt:5
|
|
|
|
USE_QT= buildtools_build concurrent core gui multimedia \
|
|
|
|
network printsupport svg widgets x11extras
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= lumina-desktop
|
|
|
|
GH_PROJECT= lumina
|
2017-09-18 19:45:33 +02:00
|
|
|
|
2019-09-24 18:40:59 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
2018-05-18 09:42:09 +02:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2019-09-24 18:40:59 +02:00
|
|
|
CONFLICTS_INSTALL= lumina-1.2.*
|
2017-09-18 19:45:33 +02:00
|
|
|
|
|
|
|
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
|
|
|
|
2019-09-24 18:40:59 +02:00
|
|
|
NLS_USE= QT=linguist_build
|
|
|
|
NLS_QMAKE_ON= CONFIG+=WITH_I18N
|
2017-09-18 19:45:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|