pkgsrc-wip/lhs2tex/Makefile
Emil Sköldberg a5c4390092 Update to version 1.11.
Changes (w.r.t. lhs2TeX 1.9)
----------------------------

[Note that 1.10 has never been released to avoid confusion
with some privately distributed versions.]

* Specification code is now handled correctly (that is, ignored)
  in the "code" and "newcode" styles.

* Comments and Pragmas are handled in a better way by
  the "newcode" style.

* There are some new forms of implicit formatting directives.

* The LaTeX code produced in the poly style looks slightly
  more beautiful.

* There is a new Library section, containing some frequently
  used formatting directives.

* Generation of file/linenumber directives in the produced
  LaTeX code, for Stefan Wehr's "adjust" tool. Based on a
  patch submitted by Stefan Wehr.

* lhs2TeX can now replace ghc's literate preprocessor.

* Improved efficiency of \eval and \perform (to call ghci
  or hugs from lhs2TeX documents).
2006-08-28 11:28:52 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2006/08/28 11:28:52 emil_s Exp $
#
DISTNAME= lhs2tex-1.11
CATEGORIES= print devel
MASTER_SITES= http://www.iai.uni-bonn.de/~loeh/lhs2tex/
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://www.iai.uni-bonn.de/~loeh/lhs2tex/
MAINTAINER= emil@math.su.se
COMMENT= Preprocessor for typesetting Haskell sources with LaTeX
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
DOCDIR= ${PREFIX}/share/doc/lhs2tex
.include "../../print/teTeX/module.mk"
.include "../../lang/ghc/buildlink3.mk"
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/polytable
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/lazylist
${INSTALL_DATA} ${WRKSRC}/doc/Guide2.pdf ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/polytable/polytable.pdf ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/RELEASE ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/polytable/polytable.sty \
${PKG_LOCALTEXMFPREFIX}/tex/latex/polytable
${INSTALL_DATA} ${WRKSRC}/polytable/lazylist.sty \
${PKG_LOCALTEXMFPREFIX}/tex/latex/lazylist
.include "../../mk/bsd.pkg.mk"