diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-07 16:43:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-07 16:43:07 +0000 |
commit | 0a1da3369b8ed32673015259530e209c567bc1ee (patch) | |
tree | f9aa0140459dab626808657bfdb21c7eed4c20f8 /graphics/zimg | |
parent | a194606966c3e8b6d6504d3472f73ae276fbb7c3 (diff) |
- Update to version 4.22.0
PR: ports/63877
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=103208
Diffstat (limited to 'graphics/zimg')
-rw-r--r-- | graphics/zimg/Makefile | 13 | ||||
-rw-r--r-- | graphics/zimg/distinfo | 4 | ||||
-rw-r--r-- | graphics/zimg/pkg-plist | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index 31d11c771ff9..fabe72399ba9 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= zimg -PORTVERSION= 4.19.1 -PORTREVISION= 2 +PORTVERSION= 4.22.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,12 +16,16 @@ COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd +USE_GETOPT_LONG= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ - --with-dynaload-cflags="${CFLAGS} -shared" + --with-dynaload-cflags="${CFLAGS} -shared" \ + --with-gd-includes="${LOCALBASE}/include" \ + --with-gd-lib="${LOCALBASE}/lib" MAN1= zimg.1 +PLIST_FILES= include/zimg.h bin/zimg .include <bsd.port.mk> diff --git a/graphics/zimg/distinfo b/graphics/zimg/distinfo index d67d40476255..ca98666d31aa 100644 --- a/graphics/zimg/distinfo +++ b/graphics/zimg/distinfo @@ -1,2 +1,2 @@ -MD5 (zimg-4.19.1.tar.gz) = 9ba4c079d45abcffc8ee06b45fc8d6d3 -SIZE (zimg-4.19.1.tar.gz) = 253340 +MD5 (zimg-4.22.0.tar.gz) = 61af1f7fdb32e099f8a0346afa35430e +SIZE (zimg-4.22.0.tar.gz) = 378824 diff --git a/graphics/zimg/pkg-plist b/graphics/zimg/pkg-plist deleted file mode 100644 index 97d0a37f9f4f..000000000000 --- a/graphics/zimg/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -include/zimg.h -bin/zimg |