From c79b5d7b3db1806c3d69bc906b4217057c83e99f Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 16 Nov 1998 08:52:11 +0000 Subject: Install header files. --- graphics/py-imaging/Makefile | 6 +++++- graphics/py-imaging/pkg-plist | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 5eac44c93bf6..25bd15061c7d 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -3,7 +3,7 @@ # Date created: 02 November 1998 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.1.1.1 1998/11/05 08:02:39 tg Exp $ +# $Id: Makefile,v 1.2 1998/11/09 08:10:03 tg Exp $ # DISTNAME= Imaging-0.3b2 @@ -31,6 +31,7 @@ PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5 PILDIR= ${PYTHONSCRIPTDIR}/site-packages/PIL PILDOCDIR= ${PREFIX}/share/doc/PIL PILEXDIR= ${PREFIX}/share/examples/PIL +PILINCDIR= ${PREFIX}/include/python1.5 TKINTERORIG= ${PYTHONSCRIPTDIR}/lib-dynload/_tkinter.so post-extract: @@ -61,5 +62,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/../FORMATS ${PILDOCDIR} @${MKDIR} ${PILEXDIR} ${INSTALL_DATA} ${WRKSRC}/../Scripts/* ${PILEXDIR} +.for file in ImConfig.h ImPlatform.h Imaging.h + ${INSTALL_DATA} ${WRKSRC}/${file} ${PILINCDIR} +.endfor .include diff --git a/graphics/py-imaging/pkg-plist b/graphics/py-imaging/pkg-plist index 4e5349b212d2..2fcc58002d53 100644 --- a/graphics/py-imaging/pkg-plist +++ b/graphics/py-imaging/pkg-plist @@ -1,3 +1,6 @@ +include/python1.5/ImConfig.h +include/python1.5/ImPlatform.h +include/python1.5/Imaging.h lib/python1.5/site-packages/PIL/ArgImagePlugin.py lib/python1.5/site-packages/PIL/ArgImagePlugin.pyc lib/python1.5/site-packages/PIL/ArgImagePlugin.pyo -- cgit v1.2.3