# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 74743 2010-12-31 23:41:20Z dports@macports.org $

PortSystem 1.0

name		revtex
version		4.1
categories	tex 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}

distfiles

replaced_by     texlive-publishers

pre-configure {
    ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
    return -code error "obsolete port"
}

livecheck.type  none
