# $Id: Portfile,v 1.4 2005/06/09 16:50:51 jmpp Exp $

PortSystem 1.0
name                    bcwipe
version                 1.3-1
distname                BCWipe-1.3-1
categories              sysutils security
maintainers             darwinports@opendarwin.org
description             Securely erase data from magnetic and solid-state memory.
long_description        The BCWipe software is intended to give you a \
                        confidence that your deleted files cannot be \
                        recovered by an intruder. BCWipe repeatedly \
                        overwrites special patterns to the files to be \
                        destroyed. BCWipe for UNIX offers two wiping \
                        schemas: US DoD 5200.28-STD standard and Peter \
                        Gutmann's 35 pass scheme.
homepage                http://www.jetico.com/
platforms               darwin
master_sites            http://www.jetico.com/linux/
checksums               md5 f66050aedb7c24484ea529f800dabbf9
worksrcdir              bcwipe
patchfiles		patch-Makefile.diff \
			patch-wipe.c.diff

configure {
	reinplace "s|@@prefix@@|${prefix}|g" ${worksrcpath}/Makefile
}
