summaryrefslogtreecommitdiff
path: root/www/firefox-bin-flash/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-10 12:51:51 +0000
committergrant <grant@pkgsrc.org>2004-02-10 12:51:51 +0000
commitf5370c1cfe1a93b58d37f0dea0d38de624c95d37 (patch)
treebdfe60e9add20310c22bdc50f5ab17fa240080ac /www/firefox-bin-flash/Makefile
parent79855e1cc0e8f8176d291b1a8888409ff9292675 (diff)
downloadpkgsrc-f5370c1cfe1a93b58d37f0dea0d38de624c95d37.tar.gz
update MozillaFirebird-bin-flash to work with Firefox 0.8 and reflect
the Firebird -> Firefox rename.
Diffstat (limited to 'www/firefox-bin-flash/Makefile')
-rw-r--r--www/firefox-bin-flash/Makefile50
1 files changed, 50 insertions, 0 deletions
diff --git a/www/firefox-bin-flash/Makefile b/www/firefox-bin-flash/Makefile
new file mode 100644
index 00000000000..7007f1df23d
--- /dev/null
+++ b/www/firefox-bin-flash/Makefile
@@ -0,0 +1,50 @@
+# $NetBSD: Makefile,v 1.1 2004/02/10 12:51:51 grant Exp $
+
+DISTNAME= install_flash_player_6_${DISTUNAME}
+PKGNAME= firefox-bin-flash-${FLASH_VERS:S/r/./}
+CATEGORIES= www graphics
+MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/${SUB}/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.flash.com/
+COMMENT= Flash Player plugin for firefox-bin
+
+ONLY_FOR_PLATFORM= *-*-i386
+
+DIST_SUBDIR= flash/${FLASH_VERS}
+
+.include "../../mk/bsd.prefs.mk"
+
+SUB= english/${DISTUNAME}/${FLASH_VERS}
+
+FLASH_VERS= 6.0r79
+DEPENDS+= firefox-bin>=0.8:../../www/firefox-bin
+DISTUNAME= linux
+WRKNAME= install_flash_player_6_${DISTUNAME}
+
+RESTRICTED= "Redistribution not permitted"
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+
+USE_BUILDLINK2= yes
+USE_PKGINSTALL= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+CHECK_SHLIBS= no
+CRYPTO= yes
+
+MOZ_NAME= firefox-linux
+WRKSRC= ${WRKDIR}/${WRKNAME}
+NS_PLUGINS_DIR= ${PREFIX}/lib/${MOZ_NAME}/plugins
+
+PLIST_SUBST+= MOZ_NAME="${MOZ_NAME}"
+
+do-install:
+ ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${NS_PLUGINS_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}
+
+.include "../../emulators/suse_linux/Makefile.application"
+.include "../../mk/bsd.pkg.mk"