freebsd-ports/textproc/py-docutils/Makefile

30 lines
581 B
Makefile
Raw Normal View History

2002-09-16 13:06:23 +02:00
# ex:ts=8
# Ports collection makefile for: py-docutils
# Date created: Sep 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= docutils
PORTVERSION= 0.5
2002-09-16 13:06:23 +02:00
CATEGORIES= textproc python
MASTER_SITES= SF
2002-09-16 13:06:23 +02:00
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
2003-02-20 20:21:36 +01:00
COMMENT= Python Documentation Utilities
2002-09-16 13:06:23 +02:00
USE_PYTHON= yes
USE_PYDISTUTILS= yes
2006-02-12 04:21:11 +01:00
BINS= bin/rst2xml.py bin/rst2s5.py bin/rst2pseudoxml.py \
bin/rst2newlatex.py bin/rst2latex.py bin/rst2html.py
post-install:
2006-02-12 04:21:11 +01:00
.for i in ${BINS}
${MV} -f ${PREFIX}/${i} ${PREFIX}/${i:S/.py//g}
.endfor
2002-09-16 13:06:23 +02:00
.include <bsd.port.mk>