aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-HTMLgen/Makefile
blob: 446c1393a720a5a9657401d10b4467207d041b1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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=   http://starship.python.net/crew/friedrich/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   HTMLgen

MAINTAINER= ports@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>