pkgsrc/print/tex-exam/Makefile
minskim d20da03e1a Update tex-exam{,-doc} to 2.4.
Changes:
- New environments: EnvUplevel and EnvFullwidth
- New document class options: cancelspace
                              nocancelspace
                New commands: \cancelspace
                              \nocancelspace
- New command: \nobonusqformat
- New commands:
    \pointsinrange{rangename}
    \bonuspointsinrange{rangename}
- New commands:
   \settabletotalpoints
   \settabletotalbonuspoints
2012-02-14 21:50:46 +00:00

15 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/02/14 21:50:46 minskim Exp $
DISTNAME= exam
PKGNAME= tex-${DISTNAME}-2.4
TEXLIVE_REV= 22585
MAINTAINER= minskim@NetBSD.org
COMMENT= Package for typesetting exam scripts
CONFLICTS+= teTeX-texmf<=3.0nb13
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"