aboutsummaryrefslogblamecommitdiff
path: root/www/py-HTMLgen/Makefile
blob: 338688c31190178d064b4578059674ee83ade0f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                
           
 


                          



                                                                

                                       
 
                                 
                                                                     
 
                    
                   
                   
 


                        
 
                        

                            
                                                        



                                                             


                      
# Created by: nectar@FreeBSD.org
# $FreeBSD$

PORTNAME=	HTMLgen
PORTVERSION=	2.2.2
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_LOCAL} \
		http://dryice.name/computer/FreeBSD/distfiles/ \
		http://starship.python.net/crew/friedrich/
MASTER_SITE_SUBDIR=	dryice
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	HTMLgen

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A Python library for the generation of HTML documents

USE_PYTHON=	-2.7
NO_BUILD=	yes
NO_STAGE=	yes

.if !defined(NOPORTDOCS)
PORTDOCS=	*
.endif

.if !defined(NOPORTDOCS)
post-install:
	@${MKDIR} ${DOCSDIR}
	@${TAR} -C ${WRKSRC} -cf - README html image | \
		${TAR} -C ${DOCSDIR} -xvf -
	@${CHOWN} -R ${BINOWN}:${BINGRP} ${DOCSDIR}
	@${FIND} ${DOCSDIR} -type d -exec ${CHMOD} 0555 {} \;
	@${FIND} ${DOCSDIR} -type f -exec ${CHMOD} 0444 {} \;
.endif

.include <bsd.port.mk>