eb4b50d17f
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
31 lines
682 B
Makefile
31 lines
682 B
Makefile
PORTNAME= lumina-fileinfo
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6.2
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= File properties utility from the Lumina Desktop
|
|
WWW= https://lumina-desktop.org/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/../../../LICENSE
|
|
|
|
USES= compiler:c++11-lang gl qmake qt:5
|
|
USE_QT= buildtools:build concurrent core gui \
|
|
multimedia network svg widgets x11extras
|
|
USE_GL= gl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lumina-desktop
|
|
GH_PROJECT= lumina
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_QMAKE_ON= CONFIG+=WITH_I18N
|
|
NLS_USE= QT=linguist:build
|
|
|
|
CONFLICTS_INSTALL= lumina-1.2.*
|
|
|
|
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|