diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 02:31:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 02:31:34 +0000 |
commit | 1faaf85255bddd738a8bc09ed78fa1a6e6ecb012 (patch) | |
tree | fcf9410602f6b95879f62f84b8aa0023566020a8 /multimedia/mplayer-plugin-firefox/Makefile | |
parent | 172b8d01e31bb109f7d188d50fc30a9cc5653655 (diff) | |
download | pkgsrc-1faaf85255bddd738a8bc09ed78fa1a6e6ecb012.tar.gz |
Initial import of mplayer-plugin-firefox-2.70.
Plugin for Gecko based browsers that uses mplayer to play videos from
websites.
Diffstat (limited to 'multimedia/mplayer-plugin-firefox/Makefile')
-rw-r--r-- | multimedia/mplayer-plugin-firefox/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/mplayer-plugin-firefox/Makefile b/multimedia/mplayer-plugin-firefox/Makefile new file mode 100644 index 00000000000..9a7fa66a4e4 --- /dev/null +++ b/multimedia/mplayer-plugin-firefox/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/17 02:31:34 xtraeme Exp $ +# + +BROWSER= firefox + +CONFIGURE_ARGS+= --disable-gtk2 +CONFIGURE_ARGS+= --enable-gtk1 + +.include "Makefile.common" +.include "../../www/firefox/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |