pkgsrc/print/tex-clrscode/Makefile
minskim 66209346c4 Import tex-clrscode-1.7 as print/tex-clrscode.
This package allows you to typeset pseudocode in the style of
Introduction to Algorithms, Second edition, by Cormen,
Leiserson, Rivest, and Stein. The package was written by the
authors. You use the commands the same way the package's author
did when writing the book, and your output will look just like
the pseudocode in the text.
2012-04-15 03:03:02 +00:00

14 lines
374 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 03:03:02 minskim Exp $
DISTNAME= clrscode
PKGNAME= tex-${DISTNAME}-1.7
TEXLIVE_REV= 15878
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Typesets pseudocode as in Introduction to Algorithms
LICENSE= lppl-1.3c
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"