File: lib/libpng/Makefile
base-0 patch-1
Line 10Line 10
LICENSE = png
png_LICENSE_TEXT = $(WORKSRC)/LICENSE

LICENSE = png
png_LICENSE_TEXT = $(WORKSRC)/LICENSE

DESCRIPTION =
DESCRIPTION = PNG image library
define BLURB
define BLURB
Enter a longer description here.

You can use multiple lines if you want.
The Portable Network Graphics (PNG) format was designed to replace the
older and simpler GIF format and, to some extent, the much more
complex TIFF format.

For the Web, PNG really has three main advantages over GIF: alpha
channels (variable transparency), gamma correction (cross-platform
control of image brightness), and two-dimensional interlacing (a
method of progressive display). PNG also compresses better than GIF in
almost every case, but the difference is generally only around 5% to
25%, not a large enough factor to encourage folks to switch on that
basis alone.
endef

# Dependencies are of the form categorydir/packagedir
# LIBDEPS are for libraries, and DEPENDS are for everything else
endef

# Dependencies are of the form categorydir/packagedir
# LIBDEPS are for libraries, and DEPENDS are for everything else
LIBDEPS = lib/zlib
LIBDEPS = devel/glibc lib/zlib
DEPENDS =
# Builddeps are installed in $(BUILD_PREFIX) in their entirety
BUILDDEPS =
DEPENDS =
# Builddeps are installed in $(BUILD_PREFIX) in their entirety
BUILDDEPS =