a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name aesutil
version 1.0.7
categories security sysutils
platforms darwin
maintainers nomaintainer@macports.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}
}