freebsd-ports/www/py-HTMLgen/Makefile
Dryice Dong Liu 4a338d1237 - add MASTER_SITES
- de-deprecated
- update WWW
- take maintainership. Thanks the previous maintainers!

Approved by:	itetcu (mentor, implicit)
2007-02-13 06:32:10 +00:00

38 lines
895 B
Makefile

# Ports collection Makefile for: HTMLgen
# Date created: 03/20/1999
# Whom: 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= dryice@FreeBSD.org
COMMENT= A Python library for the generation of HTML documents
USE_PYTHON= yes
NO_BUILD= 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>