freebsd-ports/sysutils/aimage/Makefile
Greg Larkin 2299afd558 - Unbreak after recent sysutils/afflib update changed some function names in
header files used by aimage
- Fix warnings about passing std::string objects to printf
- Take maintainership

Reported by:	pointyhat (via pav)
Feature safe:	yes
2011-01-14 23:03:59 +00:00

24 lines
453 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.4
CATEGORIES= sysutils
MASTER_SITES= http://afflib.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
.include <bsd.port.mk>