aboutsummaryrefslogtreecommitdiff
path: root/graphics/webp-pixbuf-loader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/webp-pixbuf-loader/Makefile')
-rw-r--r--graphics/webp-pixbuf-loader/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/graphics/webp-pixbuf-loader/Makefile b/graphics/webp-pixbuf-loader/Makefile
index 38c90b6a495c..0b668d4f3c65 100644
--- a/graphics/webp-pixbuf-loader/Makefile
+++ b/graphics/webp-pixbuf-loader/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
PORTNAME= webp-pixbuf-loader
-PORTVERSION= 20160329
+DISTVERSION= 0.0.1-5
+DISTVERSIONSUFFIX= -g9a53ad7
+PORTEPOCH= 1
CATEGORIES= graphics
MAINTAINER= greg@unrelenting.technology
@@ -9,24 +11,15 @@ COMMENT= WebP image loader plugin for GdkPixbuf2
LICENSE= LGPL20+
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
LIB_DEPENDS= libwebp.so:graphics/webp
-USES= gnome perl5 pkgconfig python:2.7,build waf
+USES= gnome meson pkgconfig
USE_GNOME= gdkpixbuf2
+
USE_GITHUB= yes
GH_ACCOUNT= aruiz
-GH_TAGNAME= 9b92950d49d7
-
-PLIST_FILES= lib/gdk-pixbuf-2.0/${GTK2_VERSION}/loaders/libpixbufloader-webp.so \
- share/thumbnailers/gdk-pixbuf-webp-thumbnailer.thumbnailer
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdk-pixbuf-2.0/*/loaders/*
- ${MKDIR} ${STAGEDIR}${PREFIX}/share/thumbnailers
- ${SED} -e 's|@PREFIX@|${LOCALBASE}|g' ${FILESDIR}/gdk-pixbuf-webp-thumbnailer.thumbnailer \
- > ${STAGEDIR}${PREFIX}/share/thumbnailers/gdk-pixbuf-webp-thumbnailer.thumbnailer
.include <bsd.port.mk>