summaryrefslogtreecommitdiff
path: root/graphics/py-imaging
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-11-16 08:52:11 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-11-16 08:52:11 +0000
commitc79b5d7b3db1806c3d69bc906b4217057c83e99f (patch)
tree442b7448bb8112f2d8c41acd6d6f3325a7b55457 /graphics/py-imaging
parentThis is broken only on -current. I suspect it gets confused by system perl. (diff)
Install header files.
Notes
Notes: svn path=/head/; revision=14554
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r--graphics/py-imaging/Makefile6
-rw-r--r--graphics/py-imaging/pkg-plist3
2 files changed, 8 insertions, 1 deletions
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 <tg@FreeBSD.ORG>
#
-# $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 <bsd.port.mk>
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