# $Id: Portfile,v 1.2 2003/08/04 01:36:14 eric Exp $ PortSystem 1.0 name bcwipe version 1.2-3 distname BCWipe-1.2-3 categories sysutils security maintainers daved@nostrum.com 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 d1aba86334a673d2a6f5c43c21fbe5f5 worksrcdir bcwipe use_configure no patch { reinplace "s|\$(root)/\$(MAN_PATH)|\$(DESTDIR)${prefix}/man|" \ ${workdir}/${worksrcdir}/Makefile reinplace "s|\$(root)/usr|\$(DESTDIR)${prefix}|" \ ${workdir}/${worksrcdir}/Makefile }