mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
4c06bd532e
- USES=python
32 lines
715 B
Makefile
32 lines
715 B
Makefile
# 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= 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>
|