blob: 21869f9ac1f52890d3a9cb59222c049d0c6ab4eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2009/07/10 23:38:31 minskim Exp $
# TeX Live Revision 12115
DISTNAME= memoir
PKGNAME= tex-${DISTNAME}-1.6180339e.6.0c
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/module.mk"
.include "../../mk/bsd.pkg.mk"
|