mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
7a21dec23d
Approved by: portmgr
22 lines
403 B
Makefile
22 lines
403 B
Makefile
# Created by: Chris Calvey <chris@securityforensics.co.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aimage
|
|
PORTVERSION= 3.2.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://digitalcorpora.org/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Advanced Disk Imager
|
|
|
|
LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib
|
|
|
|
USE_OPENSSL= yes
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/aimage
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|