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