summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-plugin-firefox/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-11-17 02:31:34 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-11-17 02:31:34 +0000
commit1faaf85255bddd738a8bc09ed78fa1a6e6ecb012 (patch)
treefcf9410602f6b95879f62f84b8aa0023566020a8 /multimedia/mplayer-plugin-firefox/Makefile
parent172b8d01e31bb109f7d188d50fc30a9cc5653655 (diff)
downloadpkgsrc-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/Makefile12
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"