mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c99c600944
string so I fixed it.
34 lines
992 B
Makefile
34 lines
992 B
Makefile
# 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= 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>
|