e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
16 lines
286 B
Makefile
16 lines
286 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= graphics
|
|
PKGNAMESUFFIX= 1-plugins-png
|
|
|
|
COMMENT= GStreamer png plugin
|
|
|
|
GST_PLUGIN= png
|
|
DIST= good
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
.include "${MASTERDIR}/Makefile"
|