diff options
author | drochner <drochner@pkgsrc.org> | 2009-10-28 18:33:57 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-10-28 18:33:57 +0000 |
commit | 2cec2719c4de8721da333cad52d857e48c228b7b (patch) | |
tree | 52900531628d44894f574867ab4af573b5d85c86 /audio/gst-plugins0.10-twolame/Makefile | |
parent | 54001e45250221fa60460976c3d891d2eb8074fa (diff) | |
download | pkgsrc-2cec2719c4de8721da333cad52d857e48c228b7b.tar.gz |
build the "twolame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp2
(just for completeness, likely not too useful)
Diffstat (limited to 'audio/gst-plugins0.10-twolame/Makefile')
-rw-r--r-- | audio/gst-plugins0.10-twolame/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-twolame/Makefile b/audio/gst-plugins0.10-twolame/Makefile new file mode 100644 index 00000000000..5d3455288de --- /dev/null +++ b/audio/gst-plugins0.10-twolame/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/10/28 18:33:57 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= twolame +GST_PLUGINS0.10_DIRS= ext/twolame + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" + +.include "../../audio/twolame/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |