mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
graphics/giflib: avoid build dependency on ImageMagick
Otherwise build will try to run convert(1) to generate giflib-logo.gif.
Based on: d54b45b024
/
PR: 278621
This commit is contained in:
parent
f946bcf065
commit
5007109903
@ -34,6 +34,9 @@ do-install-DOCS-on:
|
||||
"! ( -name Makefile -o -name *\.[17] -o -name *\.xml )"
|
||||
${MV} ${STAGEDIR}${DOCSDIR}/index.html.in ${STAGEDIR}${DOCSDIR}/index.html
|
||||
|
||||
pre-build:
|
||||
${CP} ${FILESDIR}/giflib-logo.gif ${WRKSRC}/doc
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
||||
${STRIP_CMD} --strip-unneeded ${STAGEDIR}${PREFIX}/lib/libgif.so.7.2.0
|
||||
|
BIN
graphics/giflib/files/giflib-logo.gif
Normal file
BIN
graphics/giflib/files/giflib-logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user