1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/aimage/Makefile
Vanilla I. Shu 1920884475 1: Stagify.
2: new format of LIB_DEPENDS.
2014-06-11 06:25:14 +00:00

21 lines
395 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= libafflib.so:${PORTSDIR}/sysutils/afflib
USE_OPENSSL= yes
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/aimage
.include <bsd.port.mk>