freebsd-ports/graphics/webp-pixbuf-loader/Makefile
Olivier Duchateau e5b4c3560b graphics/webp-pixbuf-loader: update to 0.2.4
Submitter becomes maintainer.  Already maintainer of other ports.

Changelog: https://github.com/aruiz/webp-pixbuf-loader/releases/tag/0.2.4

PR:		271611
2023-05-30 01:24:04 +02:00

23 lines
480 B
Makefile

PORTNAME= webp-pixbuf-loader
DISTVERSION= 0.2.4
PORTEPOCH= 1
CATEGORIES= graphics
MAINTAINER= duchateau.olivier@gmail.com
COMMENT= WebP image loader plugin for GdkPixbuf2
WWW= https://github.com/aruiz/webp-pixbuf-loader
LICENSE= LGPL20+
LIB_DEPENDS= libwebp.so:graphics/webp
USES= gnome meson pkgconfig
USE_GNOME= glib20 gdkpixbuf2
USE_GITHUB= yes
GH_ACCOUNT= aruiz
#post-install:
# ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdk-pixbuf-2.0/*/loaders/*
.include <bsd.port.mk>