ports/graphics/openslide/Makefile
Tijl Coosemans 98bf25875a graphics/tiff: Update to 4.6.0
PR:		278577
Exp-run by:	antoine
2024-04-27 14:44:59 +02:00

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>