# $Id: Portfile 97231 2012-08-31 18:08:47Z jmr@macports.org $

PortSystem 1.0

name		gmp-cxx-wrappers
replaced_by	gmp
version		4.2.1
revision	3
categories	devel math
maintainers	nomaintainer
platforms	darwin freebsd
description	C++ wrappers for the GNU multiple precision arithmetic library
long_description	\
		The C++ wrappers for gmp.  To build them requires that	\
		gmp be installed, hence this portfile, which rebuilds	\
		gmp, but only installs the C++ wrappers.

homepage	http://www.swox.com/gmp/

distfiles
archive_sites

pre-fetch {
    ui_error "$name is obsolete, please install $replaced_by instead."
    return -code error "obsolete port"
}
