diff options
author | dhn <dhn@FreeBSD.org> | 2011-09-01 06:01:25 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-09-01 06:01:25 +0800 |
commit | eda0f0ad9192704e467a3f1e0f0e7e44bf1995b0 (patch) | |
tree | 05773248167897497b44ba937edfacc00178c3c9 /graphics/icoutils | |
parent | 8ca3f9c0ad18627357a50c87c65385956144cbc6 (diff) | |
download | freebsd-ports-gnome-eda0f0ad9192704e467a3f1e0f0e7e44bf1995b0.tar.gz freebsd-ports-gnome-eda0f0ad9192704e467a3f1e0f0e7e44bf1995b0.tar.zst freebsd-ports-gnome-eda0f0ad9192704e467a3f1e0f0e7e44bf1995b0.zip |
- Update to 0.29.1
PR: ports/160117
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'graphics/icoutils')
-rw-r--r-- | graphics/icoutils/Makefile | 17 | ||||
-rw-r--r-- | graphics/icoutils/distinfo | 4 |
2 files changed, 13 insertions, 8 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index e0780ccc7495..ba4a96a30314 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -6,30 +6,35 @@ # PORTNAME= icoutils -PORTVERSION= 0.28.0 -PORTREVISION= 1 +PORTVERSION= 0.29.1 CATEGORIES= graphics MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Convert/extract images in Microsoft Windows(R) icon/cursor files +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +USE_BZIP2= yes USE_PERL5_RUN= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes MAN1= extresso.1 genresscript.1 icotool.1 wrestool.1 -PLIST_FILES= \ - bin/extresso \ +PLIST_FILES= bin/extresso \ bin/genresscript \ bin/icotool \ bin/wrestool +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/graphics/icoutils/distinfo b/graphics/icoutils/distinfo index ee70985530e9..3c9fb5328233 100644 --- a/graphics/icoutils/distinfo +++ b/graphics/icoutils/distinfo @@ -1,2 +1,2 @@ -SHA256 (icoutils-0.28.0.tar.gz) = c02f0249ed937f108ae337a86a8c3564ea6c8c2282d61665109f206e757b5f69 -SIZE (icoutils-0.28.0.tar.gz) = 500481 +SHA256 (icoutils-0.29.1.tar.bz2) = 646c33e5ecefb2faa254fca01c816ceae3c854855f9dfe9e896e301fc8c61ea0 +SIZE (icoutils-0.29.1.tar.bz2) = 456955 |