aboutsummaryrefslogtreecommitdiff
path: root/sysutils/aimage/Makefile
blob: cbaf0dd8369529849b516b5959f06d26d7c3e602 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	aimage
PORTVERSION=	3.2.5
PORTREVISION=	2
CATEGORIES=	sysutils
MASTER_SITES=	http://digitalcorpora.org/downloads/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Advanced Disk Imager
WWW=		https://BSDforge.com/projects/sysutils/aimage/

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>