Commit graph

6 commits

Author SHA1 Message Date
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
David Brownlee
9178fe7ea3 USE_LANGUAGES+=c++ 2006-05-17 11:00:58 +00:00
Aleksey Cheusov
35f82d29fc man is replaced with ${PKGMANDIR} 2006-04-20 13:36:34 +00:00
Thomas Klausner
ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00
David Brownlee
b99440391d Include LDFLAGS at link time so executable can find shared libraries 2005-10-25 13:15:23 +00:00
pancake ;)
6a85d615ee initial import of png2ico
DESCR:

Converts PNG files to Windows icon resource files. If you're looking for a
program to create a favicon.ico for your website, look no further. If you
need instructions or don't even know what a favicon is, check out my short
tutorial on how to create and install a favicon.ico.

The program is extremely simple to use. To create a favicon.ico that contains
a logo in the resolutions 16x16 and 32x32 (an icon can contain multiple
images of different sizes, but a single 16x16 image is enough for a favicon),
you would use a command like the following:

     png2ico favicon.ico logo16x16.png logo32x32.png
2005-05-15 17:31:26 +00:00