diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-08-31 22:01:25 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-08-31 22:01:25 +0000 |
commit | d16041182fb424faeba321d448d99c3436d25ffd (patch) | |
tree | c1ee55565e3f0925cd1986858f6039a0de0e06c9 /graphics | |
parent | 20b0d6edc9638e0b8d85827943da502e09606861 (diff) | |
download | ports-d16041182fb424faeba321d448d99c3436d25ffd.tar.gz ports-d16041182fb424faeba321d448d99c3436d25ffd.zip |
Notes
Diffstat (limited to 'graphics')
-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 |