b4e0611318
Updated moz-flash to 1.0nb2 Updated flashplayer to 0.4.10nb1 Do not immediately dereference a null pointer after reporting 'Unsupported depth' - return 0 and let the calling function handle it. Avoids coredumps on 8bit displays. They still do not display the flash, but at least its more graceful. Fixes pkg/14827 from Greg A. Woods
21 lines
512 B
Makefile
21 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/07/11 14:24:01 abs Exp $
|
|
#
|
|
|
|
PKGNAME= ${DISTNAME:C/-/player-/}
|
|
PKGREVISION= 1
|
|
|
|
DEPENDS+= libflash-[0-9]*:../libflash
|
|
|
|
COMMENT= standalone open source flash(tm) player
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../libflash/distinfo
|
|
FILESDIR= ${.CURDIR}/../libflash/files
|
|
PATCHDIR= ${.CURDIR}/../libflash/patches
|
|
|
|
do-build:
|
|
cd ${WRKSRC}/Player && ${SETENV} ${MAKE_ENV} ${MAKE}
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/Player && ${INSTALL_PROGRAM} swfplayer ${PREFIX}/bin
|
|
|
|
.include "../libflash/Makefile.common"
|