# $Id: Portfile,v 1.1 2006/07/13 06:50:03 stechert Exp $
PortSystem 1.0

name			nauty
version			2.2
categories		math science
maintainers		andre@splunk.com
homepage		http://cs.anu.edu.au/people/bdm/nauty/
master_sites	${homepage}
distname		${name}${version}
worksrcdir		nauty22
checksums		md5 781955dc19bd3bd2b20f9d4cbe7f7565
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}/dreadnaut ${destroot}${prefix}/bin
	file copy ${worksrcpath}/dreadnautB ${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}/shortg ${destroot}${prefix}/bin
	file copy ${worksrcpath}/showg ${destroot}${prefix}/bin
}
