You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name aesutil
|
|
version 1.0.7
|
|
revision 1
|
|
categories security sysutils
|
|
license BSD ISC
|
|
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
|
|
|
|
patchfiles patch-Makefile.linux.diff aes.c.patch
|
|
|
|
platform darwin {
|
|
configure.args linux
|
|
}
|
|
|
|
configure.pre_args
|
|
configure.universal_args
|
|
|
|
variant universal {}
|
|
|
|
build.args CC=${configure.cc}
|
|
build.env "CFLAGS=${configure.cflags} [get_canonical_archflags cc]" \
|
|
"LDFLAGS=${configure.ldflags} [get_canonical_archflags ld]"
|
|
|
|
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}
|
|
}
|