aboutsummaryrefslogtreecommitdiff
path: root/math/naturalmath/Makefile
blob: 9e9295124c035d6149651c4ac91df71bbcf2f7f1 (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
36
37
38
39
40
41
# New ports collection makefile for:    naturalmath
# Date created:                1 November 2001
# Whom:                        Stephen Montgomery-Smith
#
# $FreeBSD$
#

PORTNAME=	naturalmath
PORTVERSION=	0.5
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	http://www.math.missouri.edu/~stephen/naturalmath/

MAINTAINER=	stephen@math.missouri.edu
COMMENT=	Script to turn intuitively written math into latex

BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX

USE_PERL5=	yes

post-patch:
	@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/naturalmath

do-build:
	(cd ${WRKSRC}; ./naturalmath tutor.nat; \
		${LOCALBASE}/bin/latex tutor; ${LOCALBASE}/bin/latex tutor; \
		${LOCALBASE}/bin/dvips tutor -o tutor.ps)

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/naturalmath ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/install.html ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/tutor.nat ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/tutor.tex ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/tutor.dvi ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/tutor.ps ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/naturalmath.cgi ${DOCSDIR}
.endif

.include <bsd.port.mk>