pkgsrc/graphics/py-imaging/Makefile

27 lines
714 B
Makefile
Raw Normal View History

2006-06-21 01:32:36 +02:00
# $NetBSD: Makefile,v 1.26 2006/06/20 23:32:36 minskim Exp $
1998-12-27 00:42:01 +01:00
DISTNAME= Imaging-1.1.5
PKGNAME= ${PYPKGPREFIX}-imaging-1.1.5
PKGREVISION= 1
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 )
2006-06-21 01:32:36 +02:00
.include "../../devel/zlib/buildlink3.mk"
.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"