diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-09 12:14:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-09 12:14:08 +0000 |
commit | 5347b38f0ea8537284553ff063042153f13ed2b0 (patch) | |
tree | 68586306fd1d9c769d2775ac74bfdd9b4ae12c14 /www/linux-flashplugin9 | |
parent | 1bd850524c612cc758cb9699667dc20916b25ece (diff) | |
download | ports-5347b38f0ea8537284553ff063042153f13ed2b0.tar.gz ports-5347b38f0ea8537284553ff063042153f13ed2b0.zip |
Notes
Diffstat (limited to 'www/linux-flashplugin9')
-rw-r--r-- | www/linux-flashplugin9/Makefile | 12 | ||||
-rw-r--r-- | www/linux-flashplugin9/distinfo | 3 | ||||
-rw-r--r-- | www/linux-flashplugin9/pkg-plist | 3 |
3 files changed, 15 insertions, 3 deletions
diff --git a/www/linux-flashplugin9/Makefile b/www/linux-flashplugin9/Makefile index 7d010a31d402..28c2206cb1b5 100644 --- a/www/linux-flashplugin9/Makefile +++ b/www/linux-flashplugin9/Makefile @@ -7,16 +7,21 @@ PORTNAME= flashplugin PORTVERSION= 9.0r31 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www multimedia linux -MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/ +MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ + LOCAL/lofi:suplib PKGNAMEPREFIX= linux- -DISTNAME= install_flash_player_9_linux +DISTFILES= install_flash_player_9_linux.tar.gz:plugin \ + libflashsupport.so:suplib DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} +EXTRACT_ONLY= install_flash_player_9_linux.tar.gz MAINTAINER= jamie@bishopston.net COMMENT= Adobe Flash Player NPAPI Plugin +RUN_DEPENDS= ${LINUXBASE}/lib/libssl.so.5:${PORTSDIR}/security/linux-openssl + ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= yes @@ -33,6 +38,7 @@ NPAPI_FILES= libflashplayer.so flashplayer.xpt CONFLICTS= linux-flashplugin-7* post-install: + @${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/libflashsupport.so ${LINUXBASE}/usr/lib .ifndef NOPORTDOCS @${INSTALL} -d ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ diff --git a/www/linux-flashplugin9/distinfo b/www/linux-flashplugin9/distinfo index 425cb9ba4ffb..c4c86e2b921d 100644 --- a/www/linux-flashplugin9/distinfo +++ b/www/linux-flashplugin9/distinfo @@ -1,3 +1,6 @@ MD5 (flashplugin/9.0r31/install_flash_player_9_linux.tar.gz) = 76b38231a68995935185aa42dfda9db7 SHA256 (flashplugin/9.0r31/install_flash_player_9_linux.tar.gz) = e31b971be7f98ea7eff67b2783ae20170c4d9f595b43ae5b59f98385a2b0c978 SIZE (flashplugin/9.0r31/install_flash_player_9_linux.tar.gz) = 2609703 +MD5 (flashplugin/9.0r31/libflashsupport.so) = 20a61e9de44e7f58e9566b16ee6651d9 +SHA256 (flashplugin/9.0r31/libflashsupport.so) = 0ddd948214657e17866663cad5fb02ff2bfe8360969359db4aca6d65456d4cad +SIZE (flashplugin/9.0r31/libflashsupport.so) = 7493 diff --git a/www/linux-flashplugin9/pkg-plist b/www/linux-flashplugin9/pkg-plist new file mode 100644 index 000000000000..44fc357a02f7 --- /dev/null +++ b/www/linux-flashplugin9/pkg-plist @@ -0,0 +1,3 @@ +@cwd /compat/linux +usr/lib/libflashsupport.so +@cwd |