pkgsrc/print/tex-revtex4/Makefile
markd 172f70c5b5 Add tex-revtex4{,-doc} 4.0
REVTeX 4.0 is a set of macro packages designed to be used with LaTeX2e
and is well-suited for preparing manuscripts for submission to the
journals of the American Physical Society (APS) and American Institute
of Physics (AIP).
2015-05-03 10:31:57 +00:00

16 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/05/03 10:31:57 markd Exp $
DISTNAME= revtex4
PKGNAME= tex-${DISTNAME}-4.0
TEXLIVE_REV= 16488
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= style for APS and AIP manuscripts
CONFLICTS+= teTeX-texmf<=3.0nb47
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
DEPENDS+= tex-url-[0-9]*:../../print/tex-url
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"