HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/sysutils/aimage/Makefile
# Created by: Chris Calvey <chris@securityforensics.co.uk>

PORTNAME=	aimage
PORTVERSION=	3.2.5
PORTREVISION=	2
CATEGORIES=	sysutils
MASTER_SITES=	http://digitalcorpora.org/downloads/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Advanced Disk Imager

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libafflib.so:sysutils/afflib

USES=		gmake readline ssl ncurses
GNU_CONFIGURE=	yes
# Pretend ssl3_new exists for LibreSSL.  It's never really used but
# configure checks for it.
CONFIGURE_ARGS=	ac_cv_lib_ssl_ssl3_new=yes

PLIST_FILES=	bin/aimage

.include <bsd.port.mk>