summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-11-17 02:33:21 +0000
committerxtraeme <xtraeme>2004-11-17 02:33:21 +0000
commitb1d370c5b96af31b1eda3274ca59b23ba22c1e7e (patch)
tree131ec10c8cb2af14b0170583029d927feb70ee8c
parent4bfbaff59020efc6f2546b536c66d550b4501133 (diff)
downloadpkgsrc-b1d370c5b96af31b1eda3274ca59b23ba22c1e7e.tar.gz
mplayer-plugin for mozilla.
-rw-r--r--multimedia/mplayer-plugin-mozilla/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/mplayer-plugin-mozilla/Makefile b/multimedia/mplayer-plugin-mozilla/Makefile
new file mode 100644
index 00000000000..e74f522b822
--- /dev/null
+++ b/multimedia/mplayer-plugin-mozilla/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/17 02:33:21 xtraeme Exp $
+#
+
+BROWSER= mozilla
+
+CONFIGURE_ARGS+= --disable-gtk2
+CONFIGURE_ARGS+= --enable-gtk1
+
+.include "../mplayer-plugin-firefox/Makefile.common"
+.include "../../www/mozilla/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"