ed931d3e1b
This packages is for expandably converting numbers into binary, octal, and hexadecimal. All constructs TeX accepts as an argument to its \number primitive are valid.
11 lines
302 B
Makefile
11 lines
302 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/15 18:45:43 minskim Exp $
|
|
|
|
DISTNAME= kastrup
|
|
PKGNAME= tex-${DISTNAME}-2010
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Expansible conversion into binary-based number systems
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|