diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-13 06:35:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-13 06:35:20 +0000 |
commit | 93989bd0d18748177577eac2f06687ccc017b0b6 (patch) | |
tree | e29fa765859daf7d923117d7d9b56cfd6c94473f /print/tex-passivetex/Makefile | |
parent | e8f2a5b610f29c01324a6ec32d0da211cbfc1813 (diff) | |
download | pkgsrc-93989bd0d18748177577eac2f06687ccc017b0b6.tar.gz |
Import tex-passivetex from pkgsrc-wip.
PassiveTeX is a library of TeX macros which can be used to process an
XML document which results from an XSL transformation to formatting
objects. PassiveTeX provides a rapid development environment for
experimenting with XSL FO, using a reliable pre-existing formatter.
Diffstat (limited to 'print/tex-passivetex/Makefile')
-rw-r--r-- | print/tex-passivetex/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/print/tex-passivetex/Makefile b/print/tex-passivetex/Makefile new file mode 100644 index 00000000000..d375e6e81e4 --- /dev/null +++ b/print/tex-passivetex/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 06:35:20 minskim Exp $ +# + +DISTNAME= passivetex +PKGNAME= tex-${DISTNAME}-1.24 +CATEGORIES= print +MASTER_SITES= http://www.tei-c.org/Software/passivetex/ +EXTRACT_SUFX= .zip + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.tei-c.org/Software/passivetex/ +COMMENT= TeX macros for formatting objects + +DEPENDS+= tex-xmltex>=1.9:../../textproc/tex-xmltex + +DIST_SUBDIR= ${PKGNAME_NOREV} +NO_CONFIGURE= yes +NO_BUILD= yes + +.include "../../print/teTeX/module.mk" + +do-install: + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/passivetex +.for f in dummyels.sty fotex.xmt fotex.sty mlnames.sty \ + nomulticol.sty ucharacters.sty unicode.sty + ${INSTALL_DATA} ${WRKSRC}/${f} ${PKG_LOCALTEXMFPREFIX}/tex/passivetex +.endfor + +.include "../../mk/bsd.pkg.mk" |