# $Id: Portfile 36283 2008-04-25 13:35:43Z jmr@macports.org $

PortSystem 1.0

name		revtex
version		4
categories	print
platforms	darwin
maintainers	nomaintainer
description	The American Physical Society's TeX macros
long_description	\
		TeX macros for preparing papers in the styles used	\
		by the American Physical Society's journals.

homepage	http://authors.aps.org/${name}${version}
master_sites	${homepage}

distname	${name}${version}

checksums	md5 264d41d777dc8f60dda0b60a0d8652f1

depends_run	bin:texhash:texlive

use_configure	no
build		{ }

set latex_local	${prefix}/share/texmf-local/tex/latex

destroot	{ file mkdir ${destroot}${latex_local}
		  file copy  ${workpath}/${name}${version} ${destroot}${latex_local}
		}

post-activate	{ system "texhash" }

