summaryrefslogtreecommitdiff
path: root/graphics/phototonic/Makefile
blob: e66d3d4b4a88d303769d170f91ff880da6e840ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=	phototonic
DISTVERSIONPREFIX=	v
DISTVERSION=	2.0
PORTREVISION=	4
CATEGORIES=	graphics

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Image viewer and organizer

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libexiv2.so:graphics/exiv2

USES=		compiler:c++11-lang desktop-file-utils gettext gl qmake qt:5
USE_GITHUB=	yes
GH_ACCOUNT=	oferkv
USE_GL=		gl
USE_QT=		core gui imageformats svg widgets buildtools_build

post-patch:
	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
		${WRKSRC}/phototonic.pro

.include <bsd.port.mk>