1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/aimage/Makefile
Greg Larkin 43b0eb0cb0 [Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
2013-12-16 18:24:49 +00:00

22 lines
405 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
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/aimage
NO_STAGE= yes
.include <bsd.port.mk>