diff options
author | tg <tg@FreeBSD.org> | 1998-11-16 08:52:11 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-16 08:52:11 +0000 |
commit | 8afbdd19792577fca1211b02f337ef04cebd1584 (patch) | |
tree | 7a2d1e723c1de693ef2ed3478305f0fb18be6aa3 /graphics | |
parent | afd92aa62d43a909bec7c7156435bc73338f1da5 (diff) | |
download | FreeBSD-ports-8afbdd19792577fca1211b02f337ef04cebd1584.zip FreeBSD-ports-8afbdd19792577fca1211b02f337ef04cebd1584.tar.gz |
Install header files.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-imaging/pkg-plist | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 5eac44c..25bd150 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 4e5349b..2fcc580 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 |