diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-04 23:46:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-04 23:46:51 +0800 |
commit | 3373c0d3fb32977bd054659216b6ca7df67a8082 (patch) | |
tree | 7917d54919dd063182061363c11764c22a8fa58d /audio/gstreamer-plugins-vorbis/Makefile | |
parent | 2107caf62cff2b04c724f9282f0b5ccc88450736 (diff) | |
download | marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.gz marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.bz2 marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.lz marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.xz marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.tar.zst marcuscom-ports-3373c0d3fb32977bd054659216b6ca7df67a8082.zip |
Update to 0.10.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10335 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gstreamer-plugins-vorbis/Makefile')
-rw-r--r-- | audio/gstreamer-plugins-vorbis/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-vorbis/Makefile b/audio/gstreamer-plugins-vorbis/Makefile new file mode 100644 index 000000000..ecc86acb6 --- /dev/null +++ b/audio/gstreamer-plugins-vorbis/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-vorbis +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer vorbis encoder/decoder plugin + +GST_PLUGIN= vorbis + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |