11c61c8c57
* Document masters converted to DocBook. * Man page typo fix. * Glen Randers-Pehrson's configure.in tweaks to avoid testin for a deprecated function. * Typo fix in the web2png script. * Document -f, restore -1 for backwards compatibility.
22 lines
662 B
Makefile
22 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.20 2002/08/30 23:04:07 wiz Exp $
|
|
|
|
DISTNAME= gif2png-2.4.6
|
|
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
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-install:
|
|
${SED} "s,/usr/bin/python,${PREFIX}/bin/python," \
|
|
${PREFIX}/bin/web2png > ${PREFIX}/bin/web2png.done
|
|
${MV} ${PREFIX}/bin/web2png.done ${PREFIX}/bin/web2png
|
|
${CHMOD} +x ${PREFIX}/bin/web2png
|
|
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|