blob: 0dade682d3f3053e3806227b1f352704ef7e73e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2010/05/26 05:11:25 minskim Exp $
DISTNAME= memoir
PKGNAME= tex-${DISTNAME}-1.618033988c.6.0f
TEXLIVE_REV= 17927
MAINTAINER= minskim@NetBSD.org
COMMENT= Typeset fiction, non-fiction and mathematical books
CONFLICTS+= teTeX-texmf<=3.0nb17
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|