pkgsrc/devel/devIL/Makefile
xtraeme 631d4d6755 Initial import of devIL-1.6.6 from pkgsrc-wip.
Developer's Image Library (DevIL) is a programmer's library to develop
applications with very powerful image loading capabilities, yet is easy
for a developer to learn and use. Ultimate control of images is left to
the developer, so unnecessary conversions, etc. are not performed. DevIL
utilizes a simple, yet powerful, syntax. DevIL can load, save, convert,
manipulate, filter and display a wide variety of image formats.

Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm,
.mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp,
.raw, .sgi, .tga and .tif files.

Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm,
.pcx, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif.

DevIL currently supports the following APIs for display: OpenGL, Windows GDI,
SDL, DirectX and Allegro. Compilers that can compile DevIL or use it
include Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and
Dev-C++.
2003-12-03 19:00:02 +00:00

30 lines
806 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:00:02 xtraeme Exp $
#
DISTNAME= DevIL-1.6.6
PKGNAME= ${DISTNAME:S/D/d/}
WRKSRC= ${WRKDIR}/DevIL
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openil/}
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://openil.sourceforge.net/
COMMENT= Developer's Image Library
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
USE_X11= yes
CONFIGURE_ARGS+= --disable-lcms
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/SDL/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/libungif/buildlink2.mk"
.include "../../graphics/mng/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"