ee1363c30a
Changes: - formatting changes in \appendix. - margin changes. - documentation updates. - other changes and bug fixes.
18 lines
616 B
Makefile
18 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/05/10 23:12:09 minskim Exp $
|
|
|
|
DISTNAME= elsarticle
|
|
PKGNAME= tex-${DISTNAME}-1.20
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Class for articles for submission to Elsevier journals
|
|
|
|
DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
|
|
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
|
|
DEPENDS+= tex-times-[0-9]*:../../fonts/tex-times
|
|
DEPENDS+= tex-txfonts-[0-9]*:../../fonts/tex-txfonts
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|