pkgsrc/graphics/py-imaging/Makefile
drochner 31a0d4ff14 update to 1.1.6
changes:
+ Added buffer interface support to the Path constructor
+ Added new ImageMath module.
+ Added pixel access object
+ Added support for duplex scanning to the Sane interface
+ Added save support for Spider images
+ Added float/double support to the TIFF loader
+ Added NumPy array interface support
+ Added experimental "floodfill" function to the ImageDraw module
+ Added threading support for the Sane driver
-bugfixes
2007-03-23 20:47:56 +00:00

26 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.29 2007/03/23 20:47:56 drochner Exp $
DISTNAME= Imaging-1.1.6
PKGNAME= ${PYPKGPREFIX}-imaging-1.1.6
CATEGORIES= graphics python
MASTER_SITES= http://effbot.org/downloads/
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.pythonware.com/products/pil/
COMMENT= PIL, the Python Imaging Library
DIST_SUBDIR= python
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/${PYINC}/PIL
(cd ${WRKSRC}/libImaging; ${INSTALL_DATA} \
ImPlatform.h Imaging.h \
${PREFIX}/${PYINC}/PIL )
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"