mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
26 lines
589 B
Makefile
26 lines
589 B
Makefile
PORTNAME= openslide
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.0.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C library for reading virtual slide images
|
|
WWW= https://openslide.org/
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
|
|
|
LIB_DEPENDS= libdicom.so:graphics/libdicom \
|
|
libopenjp2.so:graphics/openjpeg \
|
|
libpng16.so:graphics/png \
|
|
libtiff.so:graphics/tiff
|
|
|
|
USES= gettext-runtime gnome jpeg meson pkgconfig sqlite
|
|
USE_GITHUB= yes
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 libxml2
|
|
USE_LDCONFIG= yes
|
|
|
|
MESON_ARGS= -Ddoc=disabled
|
|
|
|
.include <bsd.port.mk>
|