2e7052268b
* 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.
23 lines
644 B
Makefile
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"
|