freebsd-ports/www/py-HTMLgen/Makefile

36 lines
836 B
Makefile
Raw Normal View History

# Created by: nectar@FreeBSD.org
1999-08-31 04:43:35 +02:00
# $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
2003-02-20 20:21:36 +01:00
COMMENT= A Python library for the generation of HTML documents
2012-05-13 21:09:28 +02:00
USE_PYTHON= -2.7
NO_BUILD= yes
2013-09-22 20:05:04 +02:00
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>