freebsd-ports/deskutils/lumina-fileinfo/Makefile
Kurt Jaeger b19a38580a x11/lumina: upgrade 1.4.1 -> 1.5.0
- Remove deskutils/lumina-notify (upstreamed)
  89ad0095d7
- Remove deskutils/lumina-xdg-entry (upstreamed)
  0069a052e1
- Fix variables order (pet portlint)
- Alphabetize USE_QT
- Update knob to use options helpers
- Remove GH_TAGNAME (except for deskutils/lumina-pdf and
  deskutils/lumina-calculator which haven't release tag)
- Change GH_ACCOUNT from "trueos" to "lumina-desktop"
- Add a new port deskutils/lumina-photo
- Change I18N option to well know NLS option

PR:		240749
Submitted by:	Loic Bartoletti <lbartoletti@tuxfamily.org>
Approved by:	JT Pennington <jt@ixsystems.com> (maintainer)
Differential Revision:	D21749
2019-09-24 16:40:59 +00:00

33 lines
687 B
Makefile

# Created by: Ken Moore <ken@pcbsd.org>
# $FreeBSD$
PORTNAME= lumina-fileinfo
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
CATEGORIES= deskutils
MAINTAINER= jt@ixsystems.com
COMMENT= File properties utility from the Lumina Desktop
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../../../LICENSE
USES= compiler:c++11-lang qmake qt:5
USE_QT= buildtools_build concurrent core gui \
multimedia network svg widgets x11extras
USE_GITHUB= yes
GH_ACCOUNT= lumina-desktop
GH_PROJECT= lumina
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
CONFLICTS_INSTALL= lumina-1.2.*
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
NLS_QMAKE_ON= CONFIG+=WITH_I18N
NLS_USE= QT=linguist_build
.include <bsd.port.mk>