freebsd-ports/sysutils/aimage/Makefile
Xin LI 9706440d1b Add license, fix website URL and pass maintainership to submitter.
PR:		198230
Submitted by:	Chris Hutchinson
2015-05-21 00:17:22 +00:00

22 lines
422 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= portmaster@BSDforge.com
COMMENT= Advanced Disk Imager
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libafflib.so:${PORTSDIR}/sysutils/afflib
USE_OPENSSL= yes
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/aimage
.include <bsd.port.mk>