freebsd-ports/sysutils/aimage/Makefile
Erwin Lansing 1674c3e120 Unbreak by updating master sites
Submitted by:	"Herbert J. Skuhra" <hskuhra@fastmail.fm>
2010-10-07 12:30:00 +00:00

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.2.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://afflib.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced Disk Imager
LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:267
PLIST_FILES= bin/aimage
post-patch:
@${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
.include <bsd.port.mk>