# $Id: Portfile,v 1.1 2005/05/28 17:43:36 gwright Exp $

PortSystem 1.0

name		revtex
version		4
categories	print
platforms	darwin
maintainers	gwright@opendarwin.org
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	port:teTeX

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" }

