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


                          
                              

                                                                

                                       
 
                                  
                                                                   
 
                        
                   
 

                    
                 
 


                                                                           
             
                                       
                                                                                     

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

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

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

USES=		python:2
NO_BUILD=	yes

OPTIONS_DEFINE=	DOCS

PORTDOCS=	*

post-patch:
	@${REINPLACE_CMD} -e 's|python |${PYTHON_CMD} |' ${WRKSRC}/Makefile

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	(cd ${WRKSRC} && ${COPYTREE_SHARE} "README html image" ${STAGEDIR}${DOCSDIR})

.include <bsd.port.mk>