a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name revtex
version 4
categories print
platforms darwin
maintainers nomaintainer@macports.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" }