d17de009de
Version 5.1.1 ============= Code Fixes ---------- * Numerous minor fixes in getarg.c. Affects only the utilities, not the core library. * Fix SourceForge bug #59 DGifOpen can segfault if DGifGetScreenDesc fails. * SourceForge patch #20: In gifalloc, fix usage of realloc() in case of failure. * Fix SourceForge bug #61 Leak in gifsponge. Build Fixes ---------- * glibtoolize port fix for OS X.
24 lines
648 B
Makefile
24 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/01/16 09:35:43 wiz Exp $
|
|
|
|
.include "../../graphics/giflib/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-util-/}
|
|
|
|
COMMENT= GIF image format utility
|
|
|
|
CONFLICTS+= libungif-[0-9]*
|
|
|
|
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
|
|
BUILD_DIRS+= util doc
|
|
HTMLDIR= share/doc/giflib
|
|
INSTALLATION_DIRS= ${HTMLDIR} ${HTMLDIR}/whatsinagif
|
|
|
|
post-install:
|
|
cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.txt \
|
|
${DESTDIR}${PREFIX}/${HTMLDIR}
|
|
cd ${WRKSRC}/doc/whatsinagif && ${INSTALL_DATA} *.html *.gif \
|
|
${DESTDIR}${PREFIX}/${HTMLDIR}/whatsinagif
|
|
|
|
.include "../../graphics/giflib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|