blob: c66a5dce9902dddbeb65d538511923dbff860db1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|