pkgsrc/graphics/py-imaging/Makefile

25 lines
658 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.24 2005/10/12 14:48:44 drochner Exp $
1998-12-27 00:42:01 +01:00
DISTNAME= Imaging-1.1.5
PKGNAME= ${PYPKGPREFIX}-imaging-1.1.5
CATEGORIES= graphics python
MASTER_SITES= http://effbot.org/downloads/
1998-12-27 00:42:01 +01:00
2003-07-17 23:41:05 +02:00
MAINTAINER= tsarna@NetBSD.org
1998-12-27 00:42:01 +01:00
HOMEPAGE= http://www.pythonware.com/products/pil/
COMMENT= PIL, the Python Imaging Library
1998-12-27 00:42:01 +01:00
DIST_SUBDIR= python
PYDISTUTILSPKG= yes
2002-01-19 18:34:24 +01:00
PY_PATCHPLIST= yes
1998-12-27 00:42:01 +01:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/${PYINC}/PIL
(cd ${WRKSRC}/libImaging; ${INSTALL_DATA} \
ImPlatform.h Imaging.h \
${PREFIX}/${PYINC}/PIL )
.include "../../lang/python/extension.mk"
2004-05-02 05:55:05 +02:00
.include "../../graphics/jpeg/buildlink3.mk"
1998-12-27 00:42:01 +01:00
.include "../../mk/bsd.pkg.mk"