14a80be610
Provided are two classes inspired, respectively, by handouts and books created by Edward Tufte.
37 lines
1.6 KiB
Makefile
37 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.1 2014/01/08 04:47:18 minskim Exp $
|
|
|
|
DISTNAME= tufte-latex
|
|
PKGNAME= tex-${DISTNAME}-3.5.0
|
|
TEXLIVE_REV= 24733
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Document classes inspired by the work of Edward Tufte
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= tex-bera-[0-9]*:../../fonts/tex-bera
|
|
DEPENDS+= tex-changepage-[0-9]*:../../print/tex-changepage
|
|
DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
|
|
DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
|
|
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
|
|
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= tex-microtype-[0-9]*:../../print/tex-microtype
|
|
DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
|
|
DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
|
|
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
|
|
DEPENDS+= tex-paralist-[0-9]*:../../print/tex-paralist
|
|
DEPENDS+= tex-placeins-[0-9]*:../../print/tex-placeins
|
|
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
|
|
DEPENDS+= tex-sauerj-[0-9]*:../../print/tex-sauerj
|
|
DEPENDS+= tex-setspace-[0-9]*:../../print/tex-setspace
|
|
DEPENDS+= tex-soul-[0-9]*:../../print/tex-soul
|
|
DEPENDS+= tex-textcase-[0-9]*:../../print/tex-textcase
|
|
DEPENDS+= tex-titlesec-[0-9]*:../../print/tex-titlesec
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
|
|
DEPENDS+= tex-xifthen-[0-9]*:../../devel/tex-xifthen
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|