PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
15 lines
265 B
Makefile
15 lines
265 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= GStreamer Ogg bitstream plugin
|
|
|
|
GST_PLUGIN= ogg
|
|
DIST= base
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libogg.so:audio/libogg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|