623f3ae564
Changes: - 1.6.1: https://lumina-desktop.org/post/2021-10-05/ - 1.6.2: https://lumina-desktop.org/post/2021-12-25/ PR: 259965 Reported by: jwb Tested by: jwb
27 lines
610 B
Makefile
27 lines
610 B
Makefile
PORTNAME= lumina-photo
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6.2
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.org
|
|
COMMENT= Image viewer utility from the Lumina Desktop
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5
|
|
USE_QT= buildtools_build concurrent core gui multimedia \
|
|
printsupport network svg widgets x11extras
|
|
USE_GL= gl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lumina-desktop
|
|
GH_PROJECT= lumina
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USE= QT=linguist_build
|
|
NLS_QMAKE_ON= CONFIG+=WITH_I18N
|
|
|
|
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|