diff options
author | grant <grant@pkgsrc.org> | 2004-02-10 12:58:19 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-10 12:58:19 +0000 |
commit | 6feae67e741ac12d7ead403f3198d241c08fb226 (patch) | |
tree | 55313d279a4fd05e4eb2d3d7c72d0cc2d0eb21e9 /www/firefox-bin-realplayer/Makefile | |
parent | 610993f642db4869f60b3bffda92fc7883327770 (diff) | |
download | pkgsrc-6feae67e741ac12d7ead403f3198d241c08fb226.tar.gz |
update MozillaFirebird-bin-realplayer to work with Firefox 0.8 and
reflect the Firebird -> Firefox rename.
Diffstat (limited to 'www/firefox-bin-realplayer/Makefile')
-rw-r--r-- | www/firefox-bin-realplayer/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www/firefox-bin-realplayer/Makefile b/www/firefox-bin-realplayer/Makefile new file mode 100644 index 00000000000..4ef6203a8a3 --- /dev/null +++ b/www/firefox-bin-realplayer/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1 2004/02/10 12:58:19 grant Exp $ + +DISTNAME= firefox-bin-realplayer-1.0 +PKGREVISION= 1 +CATEGORIES= www audio graphics +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= kei@NetBSD.org +COMMENT= RealAudio and RealVideo player plugin for firefox-bin + +DEPENDS+= firefox-bin>=0.8:../../www/firefox-bin +DEPENDS+= realplayer-[0-9]*:../../multimedia/realplayer + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +WRKSRC= ${WRKDIR} +NO_CHECKSUM= YES +NO_CONFIGURE= YES +NO_BUILD= YES + +NS_PLUGINS_DIR= ${PREFIX}/lib/firefox-linux/plugins +PLUGIN_SOURCE= ${PREFIX}/lib/netscape/plugins/rpnp.so + +do-install: + ${LN} -s ${PLUGIN_SOURCE} ${NS_PLUGINS_DIR}/rpnp.so + +.include "../../mk/bsd.pkg.mk" |