mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
771ea13f41
Tested by: exp build run (erwin)
29 lines
567 B
Makefile
29 lines
567 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:262
|
|
|
|
PLIST_FILES= bin/aimage
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
|
|
|
|
.include <bsd.port.mk>
|