freebsd-ports/graphics/nomacs/Makefile
Adriaan de Groot fd9378b955 Update nomacs to 3.6.1.
- previous version 2.2.0 from 2014, used Qt4, did not build with CMake 3.9
 - current released version from 2017, Qt5

Maintainer timeout (16 days)

PR:		221918
Approved by:	rakuco (mentor)
Submitted by:	tcberner
2017-09-15 18:31:22 +00:00

37 lines
859 B
Makefile

# $FreeBSD$
PORTNAME= nomacs
PORTVERSION= 3.6.1
CATEGORIES= graphics
MAINTAINER= bsd@tuxproject.de
COMMENT= Small, fast, and free image viewer
LICENSE= GPLv3
LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
libsysinfo.so:devel/libsysinfo \
libopencv_highgui.so:graphics/opencv \
libopencv_core.so:graphics/opencv-core \
liblcms2.so:graphics/lcms2 \
libtbb.so:devel/tbb
USES= cmake desktop-file-utils dos2unix pkgconfig tar:bzip2
USE_QT5= concurrent core gui network printsupport svg widgets \
buildtools_build linguisttools_build qmake_build
DOS2UNIX_REGEX= .*\.(cpp|h|txt)
OPTIONS_DEFINE= RAW TIFF
OPTIONS_DEFAULT= RAW TIFF
RAW_LIB_DEPENDS= libraw.so:graphics/libraw
RAW_CMAKE_BOOL= ENABLE_RAW
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
TIFF_CMAKE_BOOL= ENABLE_TIFF
USE_GITHUB= yes
WRKSRC_SUBDIR= ImageLounge
.include <bsd.port.mk>