cd2cf9da7c
dcfldd - an enhanced version of GNU dd with features useful for forensics and security. Based on the dd program found in the GNU Coreutils package, dcfldd has the following additional features: Hashing on-the-fly, Status output, Flexible disk wipes, Image/wipe Verify, Multiple outputs, Split output and Piped output and logs.
27 lines
533 B
Makefile
27 lines
533 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/09 00:10:50 sthen Exp $
|
|
|
|
COMMENT= GNU dd with added forensic/security features
|
|
|
|
DISTNAME= dcfldd-1.3.4-1
|
|
PKGNAME= dcfldd-1.3.4.1
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://dcfldd.sourceforge.net/
|
|
|
|
MAINTAINER= Brad Tilley <brad@16systems.com>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dcfldd/}
|
|
|
|
SEPARATE_BUILD= simple
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|