mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup deprecated 1.0
|
|
PortGroup openssl 1.0
|
|
|
|
name aimage
|
|
version 3.2.5
|
|
revision 6
|
|
categories security
|
|
maintainers nomaintainer
|
|
|
|
description The Advanced Disk Imager
|
|
|
|
long_description AFF(R) is an open and extensible file format designed \
|
|
to store disk images and associated metadata.
|
|
|
|
homepage https://web.archive.org/web/20190903092748/http://www.forensicswiki.org/wiki/Aimage
|
|
master_sites macports_distfiles
|
|
|
|
checksums rmd160 ddf2a0686116230f771007f73bf3d4f3a2bc2ea9 \
|
|
sha256 9c362dbb24a064af014677c30d9511ed65b4f2b2c5ea3ba051bc4c5ada635b11 \
|
|
size 191039
|
|
|
|
depends_lib port:libewf \
|
|
port:afflib \
|
|
port:zlib
|
|
|
|
openssl.branch 1.0
|
|
openssl.configure build_flags
|
|
|
|
post-extract {
|
|
# aclocal: couldn't open directory `m4': No such file or directory
|
|
file mkdir ${worksrcpath}/m4
|
|
}
|
|
|
|
patchfiles patch-configure.ac.diff
|
|
|
|
use_autoreconf yes
|
|
|
|
deprecated.upstream_support no
|