fda98ed059
Changelog: http://www.exiv2.org/changelog.html - All depending ports have been bumped. - graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python bindings Exp-run by: antoine PR: 235943 PR: 234830
29 lines
587 B
Makefile
29 lines
587 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phototonic
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0
|
|
PORTREVISION= 3
|
|
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>
|