1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/deskutils/lumina-archiver/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

34 lines
726 B
Makefile

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