pkgsrc/graphics/gif2png/Makefile
wiz 2e7052268b Update gif2png to 2.3.2. Changes since 2.3.0:
* Bug fix for aspect-ratio handling (Glenn Randers-Pehrson <glennrp@home.com>).
* No more direct assignments of the PNG info structure members;
  it's all done through the API now.
2000-04-01 00:29:07 +00:00

23 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.10 2000/04/01 00:29:07 wiz Exp $
#
DISTNAME= gif2png-2.3.2
CATEGORIES= graphics converters
MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ \
${MASTER_SITE_SUNSITE:=apps/graphics/convert/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.tuxedo.org/~esr/gif2png/
DEPENDS+= png>=1.0.6:../../graphics/png
GNU_CONFIGURE= YES
MAKE_ENV+= INCLUDES="-I${PREFIX}/include"
post-install:
${SED} s:/usr/bin/python:${PREFIX}/bin/python: \
<${PREFIX}/bin/web2png >${PREFIX}/bin/web2png.new
${MV} ${PREFIX}/bin/web2png.new ${PREFIX}/bin/web2png
${CHMOD} +x ${PREFIX}/bin/web2png
.include "../../mk/bsd.pkg.mk"