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 /multimedia/gstreamer-plugins-theora/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 'multimedia/gstreamer-plugins-theora/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-theora/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-theora/Makefile b/multimedia/gstreamer-plugins-theora/Makefile new file mode 100644 index 000000000..5614eac3c --- /dev/null +++ b/multimedia/gstreamer-plugins-theora/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-theora +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer theora plugin + +GST_PLUGIN= theora + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |