mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
721533a798
ilmbase and openexr were updated to v2.5.3 and their shlibs changed from *.25.0.1 to *.25.0.2. This is a PORTREVISION bump to ports using ilmbase or openexr to chase that change and trigger rebuild.
50 lines
1.2 KiB
Makefile
50 lines
1.2 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gmic
|
|
DISTVERSION= 2.9.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://gmic.eu/files/source/
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Framework for image processing
|
|
|
|
LICENSE= CeCILL
|
|
LICENSE_NAME= CeCILL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
BROKEN_i386= error: "c++ crashes, clang-5 and 6 fail: undefined reference to `__atomic_load'"
|
|
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|
libGraphicsMagick++.so:graphics/GraphicsMagick \
|
|
libIlmImf.so:graphics/openexr \
|
|
libImath.so:graphics/ilmbase \
|
|
libopencv_core.so:graphics/opencv-core \
|
|
libopencv_video.so:graphics/opencv \
|
|
libpng.so:graphics/png \
|
|
libtiff.so:graphics/tiff
|
|
|
|
PORTSCOUT= limit:[0-9]\..* # not v.220 and similar
|
|
|
|
USES= cmake compiler:c++11-lang jpeg localbase:ldflags pkgconfig xorg
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_OFF= BUILD_LIB_STATIC
|
|
CMAKE_ON= ENABLE_DYNAMIC_LINKING
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
OPTIONS_DEFINE= OPENMP X11
|
|
OPTIONS_DEFAULT= OPENMP X11
|
|
OPTIONS_SUB= yes
|
|
|
|
OPENMP_CMAKE_BOOL= ENABLE_OPENMP
|
|
|
|
X11_CMAKE_BOOL= ENABLE_X
|
|
X11_USES= xorg
|
|
X11_USE= XORG=ice,sm,x11,xext
|
|
|
|
.include <bsd.port.mk>
|