aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-docutils/Makefile
blob: e8908306b0e6f3299a64912f699ef67b1a105024 (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
# ex:ts=8
# Ports collection makefile for:    py-docutils
# Date created:         Sep 14, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   docutils
PORTVERSION=    0.3.7
CATEGORIES= textproc python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Python Documentation Utilities

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

post-install:
    @${MV} -f ${PREFIX}/bin/rst2html.py ${PREFIX}/bin/rst2html
    @${MV} -f ${PREFIX}/bin/rst2latex.py ${PREFIX}/bin/rst2latex

.include <bsd.port.mk>