diff options
Diffstat (limited to 'audio/gstreamer1-plugins-mad/Makefile')
-rw-r--r-- | audio/gstreamer1-plugins-mad/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/gstreamer1-plugins-mad/Makefile b/audio/gstreamer1-plugins-mad/Makefile new file mode 100644 index 000000000..28590ea7f --- /dev/null +++ b/audio/gstreamer1-plugins-mad/Makefile @@ -0,0 +1,15 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer mp3 decoder plugin + +GST_PLUGIN= mad +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |