88bfad5d0b
* 2.5.4 @ 2010-11-24 Fix some web2png bugs revealed by pychecker. * 2.5.3 @ 2010-10-20 PNGs with transparency have been OK for web use since 2006. The gif2png -w switch no longer filters out GIFs with transparency, and the gif2png -t switch to enable them to pass is gone. Accordingly the -t switch of web2png is also gone.
20 lines
506 B
Makefile
20 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.39 2011/01/24 12:47:19 wiz Exp $
|
|
|
|
DISTNAME= gif2png-2.5.4
|
|
CATEGORIES= graphics converters
|
|
MASTER_SITES= http://www.catb.org/~esr/gif2png/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.catb.org/~esr/gif2png/
|
|
COMMENT= Convert GIF files to PNG
|
|
LICENSE= png-license
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
PYTHON_PATCH_SCRIPTS+= web2png
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|