diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 02:32:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 02:32:18 +0000 |
commit | dedb325733a542eb0e730005884cb7786a2296ef (patch) | |
tree | d2902dd4b52a31743200356ea85db8d31dfbfb86 /multimedia | |
parent | b9b1cb2250f77193d33f9f0c5072759bdf6a4fde (diff) | |
download | pkgsrc-dedb325733a542eb0e730005884cb7786a2296ef.tar.gz |
mplayer-plugin for firefox-gtk2.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer-plugin-firefox-gtk2/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mplayer-plugin-firefox-gtk2/Makefile b/multimedia/mplayer-plugin-firefox-gtk2/Makefile new file mode 100644 index 00000000000..74abc70e4a0 --- /dev/null +++ b/multimedia/mplayer-plugin-firefox-gtk2/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/17 02:32:18 xtraeme Exp $ +# + +BROWSER= firefox-gtk2 + +CONFIGURE_ARGS+= --disable-gtk1 + +.include "../mplayer-plugin-firefox/Makefile.common" +.include "../../www/firefox-gtk2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |