# New ports collection makefile for: py-diveintopython # Date created: 15 March 2001 # Whom: Johann Visagie # # $FreeBSD$ # PORTNAME= diveintopython PORTVERSION= 3.5 CATEGORIES= lang python MASTER_SITES= http://diveintopython.org/download/ DISTNAME= ${PORTNAME} DISTFILES= ${DISTNAME}-html-${VERSIONSTR}.tgz \ ${DISTNAME}-html-flat-${VERSIONSTR}.tgz \ ${DISTNAME}-pdf-${VERSIONSTR}.tgz \ ${DISTNAME}-text-${VERSIONSTR}.tgz \ ${DISTNAME}-xml-${VERSIONSTR}.tgz \ ${DISTNAME}-examples-${VERSIONSTR}.tgz DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}-html-${VERSIONSTR}.tgz \ ${DISTNAME}-html-flat-${VERSIONSTR}.tgz \ ${DISTNAME}-pdf-${VERSIONSTR}.tgz \ ${DISTNAME}-text-${VERSIONSTR}.tgz MAINTAINER= wjv@FreeBSD.org NO_BUILD= YES DIPDIR= ${PREFIX}/share/doc/diveintopython DIPDLDIR= ${DIPDIR}/download CPIO= cpio --quiet -pdum -R VERSIONSTR= ${PORTVERSION}-1 post-patch: @ ${PERL} -pi.orig -e \ 's#]*>(Windows|Mac ?OS)##g; \ s#UNIX#compressed#g;s#for UNIX \(#(#g; \ s#(.(?!))*(Microsoft Word|Windows Help)(.(?!))*.##g; \ s#(.(?!))*cn/(.(?!))*.##g; \ s#zip#tgz#g' ${WRKSRC}/index.html @ ${PERL} -pi -e \ 's#http[^>]*(download/${PORTNAME}-examples-${VERSIONSTR}.tgz)#$$1#' \ ${WRKSRC}/*.html do-install: @ ${MKDIR} ${DIPDLDIR} @ cd ${WRKSRC} && find *.html *.css images \ | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DIPDIR} .for format in html pdf txt @ ${INSTALL_DATA} ${WRKSRC}/${format}/${PORTNAME}.${format} \ ${DIPDLDIR} .endfor .for format in html html-flat pdf text xml examples @ ${INSTALL_DATA} \ ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${format}-${VERSIONSTR}.tgz \ ${DIPDLDIR} .endfor .include