caefd75cce
This is the official Flash Player from Macromedia. This plugin enables you to view .swf and .spl files on the 'net from your browser session.
34 lines
1000 B
Makefile
34 lines
1000 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/23 15:26:18 naddy Exp $
|
|
# $FreeBSD: ports/www/linux-flashplugin/Makefile,v 1.9 2001/07/21 14:27:22 okazaki Exp $
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
COMMENT= "Macromedia Flash Player, Netscape plugin"
|
|
|
|
VERSION= 5.0r47
|
|
PKGNAME= flashplugin-${VERSION}
|
|
DISTNAME= flash_linux
|
|
CATEGORIES= www
|
|
NEED_VERSION= 1.460
|
|
|
|
HOMEPAGE= http://www.macromedia.com/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= "redistribution not allowed"
|
|
PERMIT_PACKAGE_FTP= "redistribution not allowed"
|
|
PERMIT_DISTFILES_CDROM= "redistribution not allowed"
|
|
PERMIT_DISTFILES_FTP= "redistribution not allowed"
|
|
|
|
MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/${VERSION}/
|
|
DIST_SUBDIR= flashplugin-${VERSION}
|
|
|
|
NO_BUILD= Yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/ns-plugins
|
|
${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${PREFIX}/lib/ns-plugins
|
|
${INSTALL_DATA} ${WRKSRC}/ShockwaveFlash.class ${PREFIX}/lib/ns-plugins
|
|
|
|
.include <bsd.port.mk>
|