pkgsrc/print/tex-readarray/Makefile
joerg a3b7446ec7 Add tex-readarray-1.2:
The package allows the user to input formatted data into elements of a
2-D or 3-D array and to recall that data at will by individual cell
number. The data can be but need not be numerical in nature. It can be,
for example, formatted text.

While the package can be used for any application where indexed data is
called for, the package proves particularly useful when elements of
multiple arrays must be recallable and dynamically combined at time of
compilation, rather than in advance.
2014-10-01 19:57:52 +00:00

24 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/10/01 19:57:52 joerg Exp $
DISTNAME= readarray
PKGNAME= tex-${DISTNAME}-1.2
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Read, store and recall array-formatted data
DEPENDS+= tex-ifnextok-[0-9]*:../../print/tex-ifnextok
INSTALLATION_DIRS= share/texmf-dist/doc/latex/readarray \
share/texmf-dist/tex/latex/readarray
do-install:
${INSTALL_DATA} ${WRKSRC}/readarray/readarray.pdf \
${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/readarray
${INSTALL_DATA} ${WRKSRC}/readarray/readarray.sty \
${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/readarray
.include "../../print/kpathsea/texmf.mk"
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"