pkgsrc/print/tex-geometry/Makefile
markd 581d0d0ad7 tex-geometry{,-doc}: update to 5.7
Small update to geometry:

No changes in functionality but updated so that:

* now works with lualatex without needing the liatex85 compatibility package

* Support moved to github https://github.com/davidcarlisle/geometry
2018-05-06 04:00:15 +00:00

16 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/05/06 04:00:15 markd Exp $
DISTNAME= geometry
PKGNAME= tex-${DISTNAME}-5.7
TEXLIVE_REV= 47106
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/geometry
COMMENT= Flexible and complete interface to document dimensions
LICENSE= lppl-1.3c
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"