c1ff5bbef3
As there is an shlib version bump, bump them portrevision of dependent ports. While doing so, also switch to the cmake build system, as it requires less patching and is easier to handle. PR: 211329 Reviewed by: mat, rakuco, kwm Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7283
27 lines
512 B
Makefile
27 lines
512 B
Makefile
# 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>
|