diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-22 00:27:58 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-22 00:27:58 +0800 |
commit | 6a2889d4659e185ba3a6e00ebb0f053914484385 (patch) | |
tree | 9e7782966d34f7efd5e3886e442cfd59f4868923 /textproc | |
parent | 162e0591fc86ed6add074de3ae8960597edff661 (diff) | |
download | marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.gz marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.bz2 marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.lz marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.xz marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.tar.zst marcuscom-ports-6a2889d4659e185ba3a6e00ebb0f053914484385.zip |
Update gstreamer-plugins-good to 0.10.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10464 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gstreamer-plugins-annodex/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/gstreamer-plugins-annodex/Makefile b/textproc/gstreamer-plugins-annodex/Makefile new file mode 100644 index 000000000..cbbbd70e3 --- /dev/null +++ b/textproc/gstreamer-plugins-annodex/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-annodex +# Date created: 14 Feb 2008 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= textproc + +COMMENT= Gstreamer annodex xml plugin + +GST_PLUGIN= annodex + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |