openbsd-ports/www/flashplugin/Makefile

36 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.2 2001/09/28 21:19:23 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}
RUN_DEPENDS= :redhat_base->=6.2p1:emulators/redhat/base
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>