2017-09-18 19:45:33 +02:00
|
|
|
# Created by: Ken Moore <ken@pcbsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lumina-xdg-entry
|
2017-11-02 22:41:47 +01:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 1.3.0
|
2017-09-20 16:16:35 +02:00
|
|
|
DISTVERSIONSUFFIX= -p1
|
2017-09-18 19:45:33 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
|
|
COMMENT= XDG desktop entry creator from the Lumina Desktop
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= I18N
|
2017-11-02 22:41:47 +01:00
|
|
|
OPTIONS_DEFAULT=I18N
|
|
|
|
I18N_DESC= Install localization files
|
2017-09-18 19:45:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= core gui widgets network svg \
|
2017-09-18 19:45:33 +02:00
|
|
|
buildtools_build x11extras concurrent multimedia
|
2018-06-28 19:39:53 +02:00
|
|
|
USES= qmake qt:5
|
2017-09-18 19:45:33 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= trueos
|
|
|
|
GH_PROJECT= lumina
|
|
|
|
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
|
|
|
|
|
|
|
.if${PORT_OPTIONS:MI18N}
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT+= linguist_build
|
2017-11-02 22:41:47 +01:00
|
|
|
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
2017-09-18 19:45:33 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|