blob: b472dbd1bce4027649697315ad3459602c376559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2011/01/17 23:42:37 minskim Exp $
DISTNAME= geometry
PKGNAME= tex-${DISTNAME}-5.6
TEXLIVE_REV= 19716
MAINTAINER= minskim@NetBSD.org
COMMENT= Flexible and complete interface to document dimensions
CONFLICTS+= teTeX-texmf<=3.0nb18
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"
|