diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-06-12 20:15:01 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-06-12 20:15:01 +0000 |
commit | 59d4dda6e230393fa89839bffc5658a3d152c4aa (patch) | |
tree | 3419dde78ba46f20057d2f218ffa61b7c187a183 /graphics/icoutils | |
parent | 3117c615412f5777098f89eaacb39c0ab619eb70 (diff) |
Notes
Diffstat (limited to 'graphics/icoutils')
-rw-r--r-- | graphics/icoutils/Makefile | 33 | ||||
-rw-r--r-- | graphics/icoutils/distinfo | 2 | ||||
-rw-r--r-- | graphics/icoutils/pkg-descr | 16 |
3 files changed, 51 insertions, 0 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile new file mode 100644 index 000000000000..0615a91884e0 --- /dev/null +++ b/graphics/icoutils/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: icoutils +# Date created: Sun Jun 12 10:19:46 UTC 2005 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= icoutils +PORTVERSION= 0.26.0 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= lioux@FreeBSD.org +COMMENT= Convert/extract imanges in Microsoft Windows(R) icon/cursor files + +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png + +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="-lintl" + +MAN1= extresso.1 genresscript.1 icotool.1 wrestool.1 + +PLIST_FILES= \ + bin/extresso \ + bin/genresscript \ + bin/icotool \ + bin/wrestool + +.include <bsd.port.mk> diff --git a/graphics/icoutils/distinfo b/graphics/icoutils/distinfo new file mode 100644 index 000000000000..bee3e2d3ace0 --- /dev/null +++ b/graphics/icoutils/distinfo @@ -0,0 +1,2 @@ +MD5 (icoutils-0.26.0.tar.gz) = 5494ee42a9dad562b49c6b8721f973e8 +SIZE (icoutils-0.26.0.tar.gz) = 603257 diff --git a/graphics/icoutils/pkg-descr b/graphics/icoutils/pkg-descr new file mode 100644 index 000000000000..019b61cfb32d --- /dev/null +++ b/graphics/icoutils/pkg-descr @@ -0,0 +1,16 @@ +[ excerpt with modifications from developer's site ] + +The icoutils are a set of program for extracting and converting +images in Microsoft Windows(R) icon and cursor files. These files +usually have the extension .ico or .cur, but they can also be +embedded in executables and libraries (.dll-files). + +The icotool program converts icon and cursor files into a set of +PNG images. (Each icon/cursor file may contain multiple images, +usually of different sizes and with different number of colors.) +Icotool can also create icon/cursor files from PNG images. + +Author: Oskar Liljeblad <oskar@osk.mine.nu> +WWW: http://www.nongnu.org/icoutils/ + +-- lioux@FreeBSD.org |