blob: 57c889c1f4e5465a6b8bc9e3c2364e41a1147f2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: PIL handbook
# Date created: 18th October 1999
# Whom: Jose Marques
#
# $FreeBSD$
#
PORTNAME= imaging-handbook
PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= http://www.pythonware.com/library/pil/handbook/
PKGNAMEPREFIX= py-
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= john@coastalgeology.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>
|