pkgsrc/graphics/gif2png/Makefile
tron 152aad9fe9 - Add missing Python dependence and use standard facility for modifying
the interpreter path.
- Use new "libpng" API which fixes build problems with the latest "png"
  package.
Bump package revision because of these changes.
2006-04-18 12:56:03 +00:00

18 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.32 2006/04/18 12:56:03 tron Exp $
DISTNAME= gif2png-2.5.1
PKGREVISION= 2
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
GNU_CONFIGURE= YES
PYTHON_PATCH_SCRIPTS+= web2png
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"