blob: f1423ed1f718b0e15dba781a898e1ec7acf983e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
GST_PLUGIN= amrwbdec
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|