2e930243be
This package provides a pile of lambda-calculus and list-handling macros of an incredibly obtuse nature. The TUGboat paper serves as a manual for the macros. This TeX code was formally verified.
11 lines
271 B
Makefile
11 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/11/17 17:45:10 minskim Exp $
|
|
|
|
DISTNAME= lazylist
|
|
PKGNAME= tex-${DISTNAME}-1.0a
|
|
TEXLIVE_REV= 17691
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Lists in TeX's "mouth"
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|