diff options
-rw-r--r-- | graphics/zimg/Makefile | 10 | ||||
-rw-r--r-- | graphics/zimg/distinfo | 2 | ||||
-rw-r--r-- | graphics/zimg/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/zimg/pkg-plist | 1 |
4 files changed, 9 insertions, 6 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index c8a40b376a6d..045c1b70ff5b 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -6,10 +6,10 @@ # PORTNAME= zimg -PORTVERSION= 4.5.0 -PORTREVISION= 1 +PORTVERSION= 4.19.1 CATEGORIES= graphics -MASTER_SITES= http://www.zellner.org/zimg/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -20,7 +20,9 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= -with-gd-includes=${LOCALBASE}/include/gd +CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ + --with-dynaload-cflags="${CFLAGS} -shared" \ + --with-gd-includes=${LOCALBASE}/include/gd MAN1= zimg.1 diff --git a/graphics/zimg/distinfo b/graphics/zimg/distinfo index 651f8b3ec543..54cc1f718a41 100644 --- a/graphics/zimg/distinfo +++ b/graphics/zimg/distinfo @@ -1 +1 @@ -MD5 (zimg-4.5.0.tar.gz) = 85bfcfde4e852ea9d35e16bad30180ba +MD5 (zimg-4.19.1.tar.gz) = 9ba4c079d45abcffc8ee06b45fc8d6d3 diff --git a/graphics/zimg/pkg-descr b/graphics/zimg/pkg-descr index aab7fdc009b6..88ca477f9123 100644 --- a/graphics/zimg/pkg-descr +++ b/graphics/zimg/pkg-descr @@ -3,7 +3,7 @@ graphics by reading simple ASCII input files filled with numbers. It can output in either EDF or PNG. It uses the GD library for image creation. -WWW: http://www.zellner.org/zimg/ +WWW: http://zimg.sourceforge.net/ Author: Johannes Zellner <johannes@zellner.org> - Will <andrews@technologist.com> diff --git a/graphics/zimg/pkg-plist b/graphics/zimg/pkg-plist index 0338a30a3d93..97d0a37f9f4f 100644 --- a/graphics/zimg/pkg-plist +++ b/graphics/zimg/pkg-plist @@ -1 +1,2 @@ +include/zimg.h bin/zimg |