13 lines
225 B
Makefile
13 lines
225 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer Opus audio encoder/decoder plugin
|
|
|
|
GST_PLUGIN= opus
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
NO_STAGE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|