Portfile

# $Id: Portfile 20398 2006-11-03 02:11:59Z jberry@macports.org $

PortSystem 1.0
name xgraph
version 12.1
categories x11
maintainers nomaintainer@macports.org
description VINT xgraph
long_description xgraph provides interactive plotting and graphing
homepage http://www.isi.edu/nsnam/xgraph
master_sites http://www.isi.edu/nsnam/dist/
distfiles ${name}-${version}.tar.gz
checksums md5 c4cbfb3291a607dd274e7fb161b9056a

post-destroot {
system "mv ${destroot}${prefix}/man/manm/xgraph.man \
${destroot}${prefix}/share/man/man1/xgraph.1"
}