# $Id: Portfile 78753 2011-05-21 14:00:08Z ryandesign@macports.org $
PortSystem 1.0

name			nauty
version			2.4b7
categories		math science
platforms       darwin
maintainers		nomaintainer
homepage		http://cs.anu.edu.au/people/bdm/nauty/
master_sites	${homepage}
distname		${name}${version}
worksrcdir		nauty24b7
checksums       md5     183b5a7e7c7a470ad0d81713dec65e6a \
                sha1    932cd09eedfabf305373814f05f107b0bde3f515 \
                rmd160  42e2111518e78eca0da72cc7c9fe487768f93225

description		nauty is a program for computing automorphism groups of graphs \
				and digraphs.
long_description \
				nauty is a program for computing automorphism groups of graphs \
				and digraphs.  It can also produce a canonical labelling. \
				nauty is subject to the following usage restrictions: \
				Copyright (1984-2004) Brendan McKay. All rights reserved.\
				Permission is hereby given for use and/or distribution with the\
				exception of sale for profit or application with nontrivial \
				military significance. You must not remove this copyright \
				notice, and you must document any changes that you make to this\
				program. This software is subject to this copyright only, \
				irrespective of any copyright attached to any package of which \
				this is a part. \
				Absolutely no guarantees or warranties are made concerning the \
				suitability, correctness, or any other aspect of this program. \
				Any use is at your own risk.

destroot {
	file copy ${worksrcpath}/NRswitchg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/addedgeg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/amtog ${destroot}${prefix}/bin
	file copy ${worksrcpath}/biplabg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/catg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/complg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/copyg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/countg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/deledgeg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/directg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/dreadnaut ${destroot}${prefix}/bin
	file copy ${worksrcpath}/dretog ${destroot}${prefix}/bin
	file copy ${worksrcpath}/genbg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/geng ${destroot}${prefix}/bin
	file copy ${worksrcpath}/genrang ${destroot}${prefix}/bin
	file copy ${worksrcpath}/labelg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/listg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/multig ${destroot}${prefix}/bin
	file copy ${worksrcpath}/newedgeg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/pickg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/planarg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/shortg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/showg ${destroot}${prefix}/bin
}
