diff options
author | minskim <minskim@pkgsrc.org> | 2007-06-14 18:53:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-06-14 18:53:10 +0000 |
commit | 613ea747f464eb1a84127ccb68d3ab1a18603f26 (patch) | |
tree | 127dddebdaaa428d1231c8133a03a1fb484e8cf3 /textproc/itex2MML/Makefile | |
parent | 992197a87e5284b2f18da1bcc362ec403909d88b (diff) | |
download | pkgsrc-613ea747f464eb1a84127ccb68d3ab1a18603f26.tar.gz |
Import itex2MML, which converts the itex equations to MathML.
Diffstat (limited to 'textproc/itex2MML/Makefile')
-rw-r--r-- | textproc/itex2MML/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/itex2MML/Makefile b/textproc/itex2MML/Makefile new file mode 100644 index 00000000000..1ec1b1020f4 --- /dev/null +++ b/textproc/itex2MML/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/14 18:53:10 minskim Exp $ + +DISTNAME= itexToMML +PKGNAME= itex2MML-1.2.2 +CATEGORIES= textproc +MASTER_SITES= http://golem.ph.utexas.edu/~distler/blog/files/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://golem.ph.utexas.edu/~distler/blog/itex2MML.html +COMMENT= Converts itex equations to MathML + +USE_LANGUAGES= c c++ +USE_TOOLS+= bison flex +WRKSRC= ${WRKDIR}/${DISTNAME}/itex-src + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/itex2MML ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |