06be4e146b
PR: 272141, 271505 MFH: 2023Q3
15 lines
277 B
Makefile
15 lines
277 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= GStreamer Opus audio encoder/decoder plugin
|
|
|
|
GST_PLUGIN= opus
|
|
DIST= base
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libopus.so:audio/opus
|
|
|
|
.include "${MASTERDIR}/Makefile"
|