2008-04-06 17:10:26 +02:00
|
|
|
# Ports collection makefile for: aimage
|
|
|
|
# Date created: 29/03/2008
|
|
|
|
# Whom: Chris Calvey <chris@securityforensics.co.uk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= aimage
|
2010-10-26 06:07:25 +02:00
|
|
|
PORTVERSION= 3.2.4
|
2008-04-06 17:10:26 +02:00
|
|
|
CATEGORIES= sysutils
|
2010-10-07 14:30:00 +02:00
|
|
|
MASTER_SITES= http://afflib.org/downloads/
|
2008-04-06 17:10:26 +02:00
|
|
|
|
2011-01-15 00:03:59 +01:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2008-04-06 17:10:26 +02:00
|
|
|
COMMENT= Advanced Disk Imager
|
|
|
|
|
|
|
|
LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib
|
|
|
|
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/aimage
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|