pkgsrc/print/tex-ifnextok/Makefile
joerg 5e7f41261f Add tex-ifnextok-0.3:
The package deals with the behaviour of the LaTeX internal command
\@ifnextchar, which skips blank spaces. This has the potential to
surprise users, since it can produce really unwanted effects. A common
example occurs with brackets starting a line following \\: the command
looks for an optional argument, whereas the user wants the brackets to
be printed.

The package offers commands and options for modifying this behaviour,
maybe limited to certain parts of the document source.
2014-10-01 19:57:29 +00:00

22 lines
732 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/10/01 19:57:29 joerg Exp $
DISTNAME= ifnextok
PKGNAME= tex-${DISTNAME}-0.3
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Utility macro: peek ahead without ignoring spaces
INSTALLATION_DIRS= share/texmf-dist/doc/latex/ifnextok \
share/texmf-dist/tex/latex/ifnextok
do-install:
${INSTALL_DATA} ${WRKSRC}/ifnextok/ifnextok.pdf \
${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/ifnextok
${INSTALL_DATA} ${WRKSRC}/ifnextok/ifnextok.sty \
${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/ifnextok
.include "../../print/kpathsea/texmf.mk"
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"