freebsd-ports/graphics/gstreamer1-plugins-png/Makefile
Michal Zielonka e3b732b479
Update gstreamer1 to upstream release 1.20.3
PR:		261585
Reviewed by:	riggs,jbeich,tcberner

Differential Revision:	https://reviews.freebsd.org/D36850
2022-10-15 12:46:46 +02:00

17 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"