1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/x11/lumina-coreutils/Makefile
Dmitry Marakasov ef9c66b705 - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2019-02-01 09:30:37 +00:00

45 lines
889 B
Makefile

# Created by: Ken Moore <ken@pcbsd.org>
# $FreeBSD$
PORTNAME= lumina-coreutils
PORTVERSION= 1.4.1
PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= jt@ixsystems.com
COMMENT= Lumina Desktop Environment
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../../LICENSE
RUN_DEPENDS= xrandr:x11/xrandr
CONFLICTS_INSTALL= lumina-1.2.*
OPTIONS_DEFINE= I18N
OPTIONS_DEFAULT= I18N
OPTIONS_SUB= yes
I18N_DESC= Install localization files
.include <bsd.port.options.mk>
MAKE_JOBS_UNSAFE=yes
USES= compiler:c++11-lang qmake qt:5
USE_LDCONFIG= yes
USE_QT= core gui widgets network svg imageformats \
buildtools_build x11extras concurrent multimedia
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= lumina
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
WRKSRC_SUBDIR= src-qt5/core-utils
.if${PORT_OPTIONS:MI18N}
USE_QT+= linguist_build
QMAKE_ARGS+=CONFIG+=WITH_I18N
.endif
.include <bsd.port.mk>