mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
39 lines
875 B
Makefile
39 lines
875 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nomacs
|
|
PORTVERSION= 3.6.1
|
|
PORTREVISION= 2
|
|
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>
|