diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-09-06 21:10:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-09-06 21:10:50 +0000 |
commit | 5b545e24438890b69da5b8d33dc4e205688cbf33 (patch) | |
tree | fa7f43588b1ae9866009ecff3e30c1d6a57cccc8 /audio/gstreamer-plugins-amrnb | |
parent | 2d9698d0345d0c95d4f23e7158d4c2d2305b6c4f (diff) | |
download | ports-5b545e24438890b69da5b8d33dc4e205688cbf33.tar.gz ports-5b545e24438890b69da5b8d33dc4e205688cbf33.zip |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-amrnb')
-rw-r--r-- | audio/gstreamer-plugins-amrnb/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-amrnb/Makefile b/audio/gstreamer-plugins-amrnb/Makefile new file mode 100644 index 000000000000..ec38ffb38a37 --- /dev/null +++ b/audio/gstreamer-plugins-amrnb/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-amrnb +# Date created: 6 Sep 2010 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin + +GST_PLUGIN= amrnb + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |