openbsd-ports/www/flashplugin/Makefile
2002-03-21 21:25:50 +00:00

37 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.4 2002/03/21 21:25:54 espie 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.515
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}
RUN_DEPENDS= :redhat_base->=6.2p1:emulators/redhat/base
NO_BUILD= Yes
NO_REGRESS= 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>