aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/phototonic/Makefile
blob: ba452efbcbf938802587e7d92d100fcbf3f20046 (plain) (blame)
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
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=   phototonic
PORTVERSION=    1.7.20
DISTVERSIONPREFIX=  v
PORTREVISION=   1
CATEGORIES= graphics

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

LICENSE=    GPLv3

LIB_DEPENDS=    libexiv2.so:graphics/exiv2

USE_GITHUB= yes
GH_ACCOUNT= oferkv

USES=   desktop-file-utils gettext qmake
USE_QT5=    buildtools_build imageformats svg widgets

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

.include <bsd.port.mk>