mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
7e823b4fef
- Pass maintainership to submitter. PR: ports/224312 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc.
38 lines
774 B
Makefile
38 lines
774 B
Makefile
# Created by: Ken Moore <ken@pcbsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lumina-fm
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= jt@ixsystems.com
|
|
COMMENT= Insight file manager from the Lumina Desktop
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
CONFLICTS_INSTALL= lumina-1.2.*
|
|
|
|
OPTIONS_DEFINE= I18N
|
|
OPTIONS_DEFAULT= I18N
|
|
I18N_DESC= Install localization files
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
USE_QT5= core gui widgets network svg imageformats \
|
|
buildtools_build x11extras multimedia concurrent
|
|
USES= qmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= trueos
|
|
GH_PROJECT= lumina
|
|
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
|
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
|
|
|
.if${PORT_OPTIONS:MI18N}
|
|
USE_QT5+= linguist_build
|
|
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|