diff options
author | kei <kei@pkgsrc.org> | 2003-04-29 13:37:09 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2003-04-29 13:37:09 +0000 |
commit | 5728635b9335f014385b12d8b12e250874bb884a (patch) | |
tree | 22cb487227e843856119e040284d931f8333879b /www | |
parent | 44e33a002c3dd8f55d5b1fd8b9aa1ae75de65286 (diff) | |
download | pkgsrc-5728635b9335f014385b12d8b12e250874bb884a.tar.gz |
first import of phoenix-bin-flash-6.0.79.
phoenix-bin-flash package provides Macromedia Flash player plugin for
phoenix-bin package.
Diffstat (limited to 'www')
-rw-r--r-- | www/phoenix-bin-flash/DESCR | 2 | ||||
-rw-r--r-- | www/phoenix-bin-flash/Makefile | 52 | ||||
-rw-r--r-- | www/phoenix-bin-flash/PLIST | 3 | ||||
-rw-r--r-- | www/phoenix-bin-flash/distinfo | 4 |
4 files changed, 61 insertions, 0 deletions
diff --git a/www/phoenix-bin-flash/DESCR b/www/phoenix-bin-flash/DESCR new file mode 100644 index 00000000000..51a603430ea --- /dev/null +++ b/www/phoenix-bin-flash/DESCR @@ -0,0 +1,2 @@ +phoenix-bin-flash package provides Macromedia Flash player plugin for +phoenix-bin package. diff --git a/www/phoenix-bin-flash/Makefile b/www/phoenix-bin-flash/Makefile new file mode 100644 index 00000000000..b72fd894636 --- /dev/null +++ b/www/phoenix-bin-flash/Makefile @@ -0,0 +1,52 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/29 13:37:09 kei Exp $ + +DISTNAME= install_flash_player_6_${DISTUNAME} +PKGNAME= phoenix-bin-flash-${FLASH_VERS:S/r/./} +CATEGORIES= www graphics +MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/${SUB}/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.flash.com/ +COMMENT= Flash Player plugin for phoenix-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+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS+= phoenix-bin>=0.5:../../www/phoenix-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 +NO_CONFIGURE= yes +NO_BUILD= yes +CHECK_SHLIBS= no +CRYPTO= yes + +MOZ_NAME= phoenix-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 "../../mk/bsd.pkg.install.mk" +.include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/www/phoenix-bin-flash/PLIST b/www/phoenix-bin-flash/PLIST new file mode 100644 index 00000000000..eef5d5469ea --- /dev/null +++ b/www/phoenix-bin-flash/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/29 13:37:09 kei Exp $ +lib/${MOZ_NAME}/plugins/flashplayer.xpt +lib/${MOZ_NAME}/plugins/libflashplayer.so diff --git a/www/phoenix-bin-flash/distinfo b/www/phoenix-bin-flash/distinfo new file mode 100644 index 00000000000..73f9971ae0e --- /dev/null +++ b/www/phoenix-bin-flash/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/29 13:37:09 kei Exp $ + +SHA1 (flash/6.0r79/install_flash_player_6_linux.tar.gz) = 2088edbae9816b04cf13ad6b82b0847e917ba234 +Size (flash/6.0r79/install_flash_player_6_linux.tar.gz) = 707027 bytes |