# $Id: Portfile 30252 2007-10-23 02:19:43Z jmpp@macports.org $

PortSystem 1.0

name			aesutil
version			1.0.7
categories		security sysutils
platforms		darwin
maintainers		nomaintainer
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

platform 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}
}
