openbsd-ports/www/opera-flashplugin/Makefile
jasper 6574b14efc - update to the latest 7.0r73
from david coppa, thanks!
2010-03-23 10:55:53 +00:00

30 lines
782 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/03/23 10:55:53 jasper Exp $
ONLY_FOR_ARCHS= i386
COMMENT= flash support for opera
DISTNAME= install_flash_player_7_linux_r73
PKGNAME= opera-flashplugin-7.0r73
CATEGORIES= www
MASTER_SITES= http://www.phil.uu.nl/~lievisse/distfiles/ \
http://openbsddistfiles.org/jolan/
HOMEPAGE= http://www.macromedia.com/
PERMIT_DISTFILES_CDROM= Commercial software
PERMIT_DISTFILES_FTP= Commercial software
PERMIT_PACKAGE_CDROM= Commercial software
PERMIT_PACKAGE_FTP= Commercial software
NO_BUILD= Yes
NO_REGRESS= Yes
RUN_DEPENDS= :opera-*:www/opera
WRKSRC= ${WRKDIR}/install_flash_player_7_linux
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/opera/plugins
${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${PREFIX}/lib/opera/plugins
.include <bsd.port.mk>