c9b24ed714
Changelog: https://github.com/aruiz/webp-pixbuf-loader/releases/tag/0.0.3 PR: 260003 Reported by: Greg V <greg@unrelenting.technology> (maintainer)
22 lines
421 B
Makefile
22 lines
421 B
Makefile
PORTNAME= webp-pixbuf-loader
|
|
DISTVERSION= 0.0.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= WebP image loader plugin for GdkPixbuf2
|
|
|
|
LICENSE= LGPL20+
|
|
|
|
LIB_DEPENDS= libwebp.so:graphics/webp
|
|
|
|
USES= gnome meson pkgconfig
|
|
USE_GNOME= gdkpixbuf2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= aruiz
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdk-pixbuf-2.0/*/loaders/*
|
|
|
|
.include <bsd.port.mk>
|