diff options
author | tg <tg@FreeBSD.org> | 1999-10-20 16:25:41 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-10-20 16:25:41 +0800 |
commit | 7c455e86e07c1a133cc70b2f5c99e548fb94ee97 (patch) | |
tree | 918d0a855a4bfa8c4a918219ad6d0d0b6a0ef69d /graphics/py-imaging-handbook/Makefile | |
parent | 0f07da1694a5dc9c3fcf6fe2b7e43fb0e202434e (diff) | |
download | freebsd-ports-gnome-7c455e86e07c1a133cc70b2f5c99e548fb94ee97.tar.gz freebsd-ports-gnome-7c455e86e07c1a133cc70b2f5c99e548fb94ee97.tar.zst freebsd-ports-gnome-7c455e86e07c1a133cc70b2f5c99e548fb94ee97.zip |
New port of the manual to py-imaging.
PR: 14422
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
Diffstat (limited to 'graphics/py-imaging-handbook/Makefile')
-rw-r--r-- | graphics/py-imaging-handbook/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/py-imaging-handbook/Makefile b/graphics/py-imaging-handbook/Makefile new file mode 100644 index 000000000000..d2801b1ef73e --- /dev/null +++ b/graphics/py-imaging-handbook/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: PIL handbook +# Version required: 1.0 +# Date created: 18th October 1999 +# Whom: Jose Marques +# +# $FreeBSD$ +# + +DISTNAME= py-imaging-handbook-1.0 +CATEGORIES= graphics +MASTER_SITES= http://www.pythonware.com/library/pil/handbook/ +DISTFILES= labdoc.css index.htm overview.htm concepts.htm \ + intro01.htm support.htm license.htm image.htm \ + imagechops.htm imagedraw.htm imageenhance.htm \ + imagefilter.htm imagefileio.htm imagefont.htm \ + imagepalette.htm imagesequence.htm imagestat.htm \ + imagetk.htm imagewin.htm psdraw.htm pilconvert.htm \ + pildriver.htm pilfile.htm pilfont.htm pilprint.htm \ + formats.htm decoder.htm + +MAINTAINER= ports@FreeBSD.org + +DIST_SUBDIR= pil +EXTRACT_ONLY= +NO_BUILD= yes + +do-install: + @${MKDIR} ${PREFIX}/share/doc/PIL/handbook + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.css ${PREFIX}/share/doc/PIL/handbook + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.htm ${PREFIX}/share/doc/PIL/handbook + +.include <bsd.port.mk> |