freebsd-ports/sysutils/aimage/Makefile
Rong-En Fan 7bae14b228 aimage is the Advanced Disk Imager a tool to create forensic disk images.
aimage is a component the Advanced Forensics Format project.

WWW: http://www.afflib.org

PR:		ports/122273
Submitted by:	Chris Calvey <chris at securityforensics.co.uk>
2008-04-06 15:10:26 +00:00

25 lines
495 B
Makefile

# Ports collection makefile for: aimage
# Date created: 29/03/2008
# Whom: Chris Calvey <chris@securityforensics.co.uk>
#
# $FreeBSD$
#
PORTNAME= aimage
PORTVERSION= 3.1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.afflib.org/downloads/
MAINTAINER= chris@securityforensics.co.uk
COMMENT= Advanced Disk Imager
LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:261
PLIST_FILES= bin/aimage
.include <bsd.port.mk>