mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 2.5.2
PR: 140671 Submitted by: Ports Fury
This commit is contained in:
parent
37f2a01b78
commit
298c1beebf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244507
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gif2png
|
||||
PORTVERSION= 2.5.1
|
||||
PORTVERSION= 2.5.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.catb.org/~esr/gif2png/
|
||||
|
||||
@ -15,11 +15,14 @@ COMMENT= Converts GIF images to a PNG format
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON_RUN= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
MAN1= gif2png.1 web2png.1
|
||||
MAN1= ${PORTNAME}.1 web2png.1
|
||||
PLIST_FILES= bin/${PORTNAME} bin/web2png
|
||||
|
||||
CPPFLAGS= `libpng-config --I_opts`
|
||||
LDFLAGS= `libpng-config --L_opts`
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gif2png-2.5.1.tar.gz) = 85bb8ee345fc41c218de19dda0164806
|
||||
SHA256 (gif2png-2.5.1.tar.gz) = 90825b05b675890bd405767a973d3c8c90eae36d22a7be6307e07a2e3c760d89
|
||||
SIZE (gif2png-2.5.1.tar.gz) = 104449
|
||||
MD5 (gif2png-2.5.2.tar.gz) = 2200841f027c8481c4b8519dabf745b0
|
||||
SHA256 (gif2png-2.5.2.tar.gz) = c1b4066ad37cdcb8681cecedd63daed8cb5c827344da465270f324bc12ff3ed7
|
||||
SIZE (gif2png-2.5.2.tar.gz) = 171740
|
||||
|
@ -1,2 +0,0 @@
|
||||
bin/gif2png
|
||||
bin/web2png
|
Loading…
Reference in New Issue
Block a user