f8641f9f71
[Maintainer update] www/linux-flashplugin7 - to be restored from attic port www/linux-flashplugin7 was deleted to the attic, due to a licensing issue that has now been resolved. Therefore the port can be restored. | From: Service <service@macromedia.com> | Date: Apr 24, 2006 5:55 PM | Subject: Macromedia Customer Service Request [8542731] | To: Chad Gross <avatar4d@gmail.com> | | | Hi Chad, | | Thank you for contacting Customer Service at Macromedia, now part of | Adobe Systems. | | I understand your feedback on the compatibility of Flash Player on BSD. | | Please note that Flash Player is not supported in FreeBSD, thus it not | mentioned on the End User License Agreement that Flash Player can be | downloaded and installed on the operating system. It is not that the | web player is prohibited in FreeBSD, but the operating system itself | is not compatible with Player. | | Please note that it is your option whether to install Flash Player on | your FreeBSD; however, please note that we cannot provide you with any | technical support, warranties or remedies for the software, although | it is clearly stated on the End User License Agreement, the only | authorized operating systems where you may download and install Flash | Player. | | To view the System Requirements of Flash Player, you may go to: | | http://www.macromedia.com/software/flashplayer/productinfo/systemreqs/ | | In connection with this, if you would like to make suggestions or | comments on how we can improve future versions of our software, or to | report possible "bugs" in our current versions, please visit: | | http://www.macromedia.com/support/email/wishform/ | | Your comments, suggestions, and ideas for improvements are very | important to us. We appreciate you taking the time to send us this | information. | | I hope this helps. | | Should you have further concerns, feel free to write us back. | | Regards, | | Astrid C. Villanueva | Customer Service | Macromedia, now part of Adobe Systems PR: ports/96374 Submitted by: Jamie Jones <jamie@bishopston.net> distinfo pkg-descr pkg-plist CVS: ----------------------------------------------------------------------
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: linux-flashplugin7
|
|
# Date created: 28 May 2004
|
|
# Whom: Jamie Jones <jamie@bishopston.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flashplugin
|
|
PORTVERSION= 7.0r63
|
|
CATEGORIES= www multimedia linux
|
|
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= install_flash_player_7_linux
|
|
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= jamie@bishopston.net
|
|
COMMENT= The official Macromedia Flash Player for Linux Mozilla and Netscape 6+
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
USE_LINUX= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
RESTRICTED= Redistribution not allowed
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/install_flash_player_7_linux
|
|
LATEST_LINK= flash7
|
|
|
|
LIBFILES= libflashplayer.so flashplayer.xpt
|
|
|
|
DOCSDIR?= ${PREFIX}/share/doc/${UNIQUENAME}
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/linux-flashplugin7
|
|
.for f in ${LIBFILES}
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin7
|
|
.endfor
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/Readme.htm ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|