aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-11-20 14:06:46 +0800
committermiwi <miwi@FreeBSD.org>2009-11-20 14:06:46 +0800
commit8475082cb6a27cca0152fc2312371537e91c26f7 (patch)
treeb0b0cfc09fddcac4f9b6ae102b9e1c50692de199 /graphics
parentbfc57ae2936164cae0b6a32d44a7ec14bcb868cf (diff)
downloadfreebsd-ports-gnome-8475082cb6a27cca0152fc2312371537e91c26f7.tar.gz
freebsd-ports-gnome-8475082cb6a27cca0152fc2312371537e91c26f7.tar.zst
freebsd-ports-gnome-8475082cb6a27cca0152fc2312371537e91c26f7.zip
- Update to 2.5.2
PR: 140671 Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gif2png/Makefile13
-rw-r--r--graphics/gif2png/distinfo6
-rw-r--r--graphics/gif2png/pkg-plist2
3 files changed, 11 insertions, 10 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile
index c60604e2b7eb..237ef26d9c86 100644
--- a/graphics/gif2png/Makefile
+++ b/graphics/gif2png/Makefile
@@ -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= ${PORTNAME}.1 web2png.1
+PLIST_FILES= bin/${PORTNAME} bin/web2png
-MAN1= gif2png.1 web2png.1
+CPPFLAGS= `libpng-config --I_opts`
+LDFLAGS= `libpng-config --L_opts`
.include <bsd.port.mk>
diff --git a/graphics/gif2png/distinfo b/graphics/gif2png/distinfo
index a37e4c3f4cc2..7bbe844cdb59 100644
--- a/graphics/gif2png/distinfo
+++ b/graphics/gif2png/distinfo
@@ -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
diff --git a/graphics/gif2png/pkg-plist b/graphics/gif2png/pkg-plist
deleted file mode 100644
index 852f01bd57a9..000000000000
--- a/graphics/gif2png/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/gif2png
-bin/web2png