e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
16 lines
303 B
Makefile
16 lines
303 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= graphics
|
|
PKGNAMESUFFIX= 1-plugins-gdkpixbuf
|
|
|
|
COMMENT= GStreamer image decoder/overlay plugin
|
|
|
|
GST_PLUGIN= gdk-pixbuf
|
|
DIST= good
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
USE_GNOME= gdkpixbuf2
|
|
|
|
.include "${MASTERDIR}/Makefile"
|