blob: 69bfc6ce9d4db78f5cb85827dd3dc741b0db6f3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Chris Calvey <chris@securityforensics.co.uk>
# $FreeBSD$
PORTNAME= aimage
PORTVERSION= 3.2.5
CATEGORIES= sysutils
MASTER_SITES= http://digitalcorpora.org/downloads/
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Advanced Disk Imager
LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/aimage
NO_STAGE= yes
.include <bsd.port.mk>
|