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
16 lines
465 B
Makefile
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"
|