aboutsummaryrefslogtreecommitdiff
path: root/graphics/kgeotag/Makefile
blob: 522817440d0f18bd3a3ff8cca5ed4c2de87f4d3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	kgeotag
DISTVERSION=	1.0.0
CATEGORIES=	graphics
MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Photo geotagging manually or from GPX files

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-or-later.txt

USES=		cmake compiler:c++17-lang kde:5 pkgconfig qt:5 tar:xz
USE_QT=		core gui widgets \
		buildtools_build linguist_build qmake_build
USE_KDE=	coreaddons config configwidgets crash i18n libkexiv2 \
		marble xmlgui \
		ecm_build

.include <bsd.port.mk>