PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
15 lines
280 B
Makefile
15 lines
280 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= GStreamer speex voice encode/decode plugin
|
|
|
|
GST_PLUGIN= speex
|
|
DIST= good
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libspeex.so:audio/speex
|
|
|
|
.include "${MASTERDIR}/Makefile"
|