e4d306650a
Lualibs is a collection of Lua modules useful for general programming. The bundle is based on lua modules shipped with ConTeXt, and are made available in this bundle for use independent of ConTeXt.
13 lines
341 B
Makefile
13 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/07/09 13:52:47 minskim Exp $
|
|
|
|
DISTNAME= lualibs
|
|
PKGNAME= tex-${DISTNAME}-0.95
|
|
TEXLIVE_REV= 21149
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Additional Lua functions for LuaTeX macro programmers
|
|
|
|
DEPENDS+= luatex-[0-9]*:../../print/luatex
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|