16 lines
412 B
Makefile
16 lines
412 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2020/05/03 05:30:35 markd Exp $
|
||
|
|
||
|
DISTNAME= bigintcalc
|
||
|
PKGNAME= tex-${DISTNAME}-1.5
|
||
|
TEXLIVE_REV= 53172
|
||
|
|
||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||
|
HOMEPAGE= https://ctan.org/pkg/bigintcalc
|
||
|
COMMENT= Integer calculations on very large numbers
|
||
|
LICENSE= lppl-1.3c
|
||
|
|
||
|
DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
|
||
|
|
||
|
.include "../../print/texlive/package.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|