aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/deskutils/lumina-fm/Makefile
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2018-01-02 20:53:45 +0000
committerWeblate <noreply@weblate.org>2018-01-02 20:53:45 +0000
commit42e4f35c9a2ea2689b62ef8c5461b14a2b820e4f (patch)
treea92f81f73b37b7de76cc5238f1ec393ae5a18ecd /port-files/FreeBSD/deskutils/lumina-fm/Makefile
parentTranslated using Weblate (Dutch) (diff)
parentUpdated project files for plugin system (diff)
downloadlumina-42e4f35c9a2ea2689b62ef8c5461b14a2b820e4f.tar.gz
lumina-42e4f35c9a2ea2689b62ef8c5461b14a2b820e4f.tar.bz2
lumina-42e4f35c9a2ea2689b62ef8c5461b14a2b820e4f.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'port-files/FreeBSD/deskutils/lumina-fm/Makefile')
-rw-r--r--port-files/FreeBSD/deskutils/lumina-fm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-fm/Makefile b/port-files/FreeBSD/deskutils/lumina-fm/Makefile
index bb2ab4a7..14c5bf98 100644
--- a/port-files/FreeBSD/deskutils/lumina-fm/Makefile
+++ b/port-files/FreeBSD/deskutils/lumina-fm/Makefile
@@ -1,4 +1,3 @@
-# Created by: Ken Moore <ken@pcbsd.org>
# $FreeBSD$
PORTNAME= lumina-fm
@@ -6,7 +5,7 @@ PORTVERSION= %%CHGVERSION%%
PORTREVISION= %%CHGREVISION%%
CATEGORIES= deskutils
-MAINTAINER= kmoore@FreeBSD.org
+MAINTAINER= jt@ixsystems.com
COMMENT= Insight file manager from the Lumina Desktop
LICENSE= BSD3CLAUSE
@@ -21,9 +20,9 @@ I18N_DESC= Install localization files
MAKE_JOBS_UNSAFE=yes
+USES= qmake
USE_QT5= core gui widgets network svg imageformats \
buildtools_build x11extras multimedia concurrent
-USES= qmake
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= lumina
bgstack15