freebsd-ports/sysutils/aimage/Makefile
Sunpoet Po-Chuan Hsieh 4b169f7e54 - Update to 3.2.4
Changes:

2009-11-23:
- src/imager.cpp (imager::start_imaging): fixed for threaded_hash.

20091022:
- configure.ac: updated to version 3.2.3
- configure.ac: fixed the optimization flag stuff.
- imager.cpp & imager.h: modified to work with threaded_hash and EVP system

20090905:
- configure.ac: minor changes to compile under GCC +4.4

PR:		ports/151683
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Approved by:	pgollucci (mentor, implicit)
2010-10-26 04:07:25 +00:00

24 lines
451 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= ports@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>