mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
39 lines
880 B
Makefile
39 lines
880 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= photoqt
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6
|
|
PORTREVISION= 7
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= melanhit@gmail.com
|
|
COMMENT= Simple, powerful and good looking QT5 image viewer
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils \
|
|
localbase:ldflags qt:5
|
|
USE_QT= core declarative graphicaleffects gui multimedia network \
|
|
quickcontrols sql svg widgets xml \
|
|
buildtools_build linguisttools_build qmake_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= luspi
|
|
|
|
OPTIONS_DEFINE= EXIV2 RAW GM
|
|
OPTIONS_DEFAULT=EXIV2
|
|
|
|
EXIV2_CMAKE_BOOL= EXIV2
|
|
EXIV2_DESC= Metadata editing
|
|
EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2
|
|
|
|
RAW_CMAKE_BOOL= RAW
|
|
RAW_DESC= Raw image support
|
|
RAW_LIB_DEPENDS= libraw.so:graphics/libraw
|
|
|
|
GM_CMAKE_BOOL= GM
|
|
GM_DESC= GraphicsMagick image processing
|
|
GM_LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick
|
|
|
|
.include <bsd.port.mk>
|