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