pkgsrc/graphics/libflash/Makefile
abs b4e0611318 Updated libflash to 0.4.10nb3
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
2002-07-11 14:24:00 +00:00

19 lines
359 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/07/11 14:24:00 abs Exp $
#
PKGNAME= lib${DISTNAME}
PKGREVISION= 3
COMMENT= open source flash(tm) library
DEPENDS+= jpeg-6b:../../graphics/jpeg
USE_LIBTOOL= yes
do-build:
cd ${WRKSRC}/Lib && ${SETENV} ${MAKE_ENV} ${MAKE}
do-install:
cd ${WRKSRC}/Lib && ${SETENV} ${MAKE_ENV} ${MAKE} install
.include "Makefile.common"