diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-23 09:58:02 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-23 09:58:02 +0000 |
commit | 1ce7b4b57c90605d8d24249d286e9c0a694556e0 (patch) | |
tree | 2b0c09673a6a4453a33fcaa148ccdde9e0d3c302 /audio/gstreamer-plugins-opus | |
parent | 6948b6bd580041d705a6bf5558548c73880beffe (diff) | |
download | ports-1ce7b4b57c90605d8d24249d286e9c0a694556e0.tar.gz ports-1ce7b4b57c90605d8d24249d286e9c0a694556e0.zip |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-opus')
-rw-r--r-- | audio/gstreamer-plugins-opus/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-opus/Makefile b/audio/gstreamer-plugins-opus/Makefile new file mode 100644 index 000000000000..0f1b8f1bc72b --- /dev/null +++ b/audio/gstreamer-plugins-opus/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer Opus audio encoder/decoder plugin + +GST_PLUGIN= opus + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |