summaryrefslogtreecommitdiff
path: root/print/tex-revtex/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2015-05-03 10:29:39 +0000
committermarkd <markd>2015-05-03 10:29:39 +0000
commitd7dee66c5b04e9690c5af3981dc8585646099944 (patch)
tree5b2890f8a51a60359187b8c272dd40b3fbe2b02e /print/tex-revtex/Makefile
parent0e438665907afcf6551906e9e64bd9bde5a9b6e6 (diff)
downloadpkgsrc-d7dee66c5b04e9690c5af3981dc8585646099944.tar.gz
Add tex-revtex{,-doc} 4.1r
Includes styles for American Physical Society, American Institute of Physics, and Optical Society of America. The distribution consists of the RevTeX class itself, and several support packages.
Diffstat (limited to 'print/tex-revtex/Makefile')
-rw-r--r--print/tex-revtex/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/print/tex-revtex/Makefile b/print/tex-revtex/Makefile
new file mode 100644
index 00000000000..719d485ac45
--- /dev/null
+++ b/print/tex-revtex/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/05/03 10:29:39 markd Exp $
+
+DISTNAME= revtex
+PKGNAME= tex-${DISTNAME}-4.1r
+TEXLIVE_REV= 19652
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Styles for various Physics Journals
+LICENSE= lppl-1.3c
+
+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"