e5b4c3560b
Submitter becomes maintainer. Already maintainer of other ports. Changelog: https://github.com/aruiz/webp-pixbuf-loader/releases/tag/0.2.4 PR: 271611
23 lines
480 B
Makefile
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>
|