Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-gmpy
version 1.0alpha
revision 1
categories python
platforms darwin
maintainers nomaintainer@macports.org
description general MultiPrecision arithmetic module for Python
long_description gmpy is a general MultiPrecision arithmetic module for \
Python wrapping the GNU arbitrary precision arithmetic \
library 'gmp'.

homepage http://gmpy.sourceforge.net/
master_sites sourceforge:gmpy
distname gmpy-sources-10
checksums md5 a34de2f217f89d82e8d9dd1abe4f1122
use_zip yes

depends_lib-append lib:libgmp:gmp

worksrcdir gmpy

build.env CFLAGS="-I${prefix}/include" \
LDFLAGS="-L${prefix}/lib"

post-destroot {
xinstall -m 644 -W ${worksrcpath} doc/gmpydoc.txt doc/index.html \
README ${destroot}${prefix}/share/doc/${name}
}