freebsd-ports/sysutils/aimage/Makefile
Tilman Keskinoz a396f2e8d0 Fix build on 11.x/12.x
PR:		226229
Submitted by:	maintainer
2018-03-09 17:57:27 +00:00

22 lines
422 B
Makefile

# Created by: Chris Calvey <chris@securityforensics.co.uk>
# $FreeBSD$
PORTNAME= aimage
PORTVERSION= 3.2.5
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://digitalcorpora.org/downloads/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Advanced Disk Imager
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libafflib.so:sysutils/afflib
USES= gmake readline ssl
GNU_CONFIGURE= yes
PLIST_FILES= bin/aimage
.include <bsd.port.mk>