# $Id: Portfile,v 1.1 2004/08/26 16:38:04 mww Exp $

PortSystem 1.0

name			aesutil
version			1.0.7
categories		security sysutils
platforms		darwin
maintainers		mww@opendarwin.org
description		command line program to encrypt and decrypt data via AES
long_description	aesutil is a command line program to encrypt and decrypt \
					data using the Rjiandel algorythm.

homepage		http://my.cubic.ch/~timtas/aes/
master_sites	${homepage}
distname		aes-${version}
checksums		md5 59e9b9635c384b42055d85a6dd66a5c7

variant darwin	{
	configure.pre_args	linux
}

destroot	{
	xinstall -m 755 ${worksrcpath}/aes ${destroot}${prefix}/bin
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} CHANGES INSTALL LICENSE README TODO \
		${destroot}${prefix}/share/doc/${name}
}
