diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-07 00:28:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-07 00:28:55 +0800 |
commit | ec748cc333e4ebaaf20496a28fc3fb2393825ec3 (patch) | |
tree | cacff5226ef02e13ab7c3fa4925f20f7ae0b1db9 /audio/gstreamer1-plugins-twolame/Makefile | |
parent | 1b00912ef27deb8704961f1e718e8f00e51db783 (diff) | |
download | marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.gz marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.bz2 marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.lz marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.xz marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.zst marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.zip |
Bring in ports for the ugly plugins, except for the dvdread plugin.
And more tweaks
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17098 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gstreamer1-plugins-twolame/Makefile')
-rw-r--r-- | audio/gstreamer1-plugins-twolame/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/gstreamer1-plugins-twolame/Makefile b/audio/gstreamer1-plugins-twolame/Makefile new file mode 100644 index 000000000..74790e7dc --- /dev/null +++ b/audio/gstreamer1-plugins-twolame/Makefile @@ -0,0 +1,15 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer High-quality free MP2 encoder plugin + +GST_PLUGIN= twolame +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |