blob: 609c59402502486b08607e895eb8ed58617f636e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2010/02/19 18:19:45 minskim Exp $
# TeX Live Revision 9734
DISTNAME= exam
PKGNAME= tex-${DISTNAME}-2.3
PKGREVISION= 1
MAINTAINER= minskim@NetBSD.org
COMMENT= Package for typesetting exam scripts
CONFLICTS+= teTeX-texmf<=3.0nb13
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
|