da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
27 lines
575 B
Makefile
27 lines
575 B
Makefile
# Created by: Olivier Duchateau
|
|
|
|
PORTNAME= phototonic
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1
|
|
PORTREVISION= 1
|
|
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>
|