50f9bdc083
2.4.2: * Mac porting fixes from Paul Matzke <pmatzke@macline.com>. 2.4.1: * Update to use the post-0.8.9 initialization code, so it will play nice with shared libraries.
24 lines
683 B
Makefile
24 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.14 2001/03/13 09:08:56 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= gif2png-2.4.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/
|
|
COMMENT= convert GIF files to PNG
|
|
|
|
DEPENDS+= png>1.0.9:../../graphics/png
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/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"
|