1 | # $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name bcwipe |
---|
5 | version 1.7-7 |
---|
6 | distname BCWipe-1.7-7 |
---|
7 | categories sysutils security |
---|
8 | maintainers nomaintainer |
---|
9 | description Securely erase data from magnetic and solid-state memory. |
---|
10 | long_description The BCWipe software is intended to give you a \ |
---|
11 | confidence that your deleted files cannot be \ |
---|
12 | recovered by an intruder. BCWipe repeatedly \ |
---|
13 | overwrites special patterns to the files to be \ |
---|
14 | destroyed. BCWipe for UNIX offers two wiping \ |
---|
15 | schemas: US DoD 5200.28-STD standard and Peter \ |
---|
16 | Gutmann's 35 pass scheme. |
---|
17 | homepage http://www.jetico.com/ |
---|
18 | platforms darwin |
---|
19 | master_sites http://www.jetico.com/linux/ |
---|
20 | checksums md5 e6836db3d06500707db9d29f818ef125 |
---|
21 | worksrcdir bcwipe-1.7-7 |
---|
22 | patchfiles patch-Makefile.diff patch-wipe.c.diff |
---|
23 | |
---|
24 | configure { |
---|
25 | reinplace "s|@@prefix@@|${prefix}|g" ${worksrcpath}/Makefile |
---|
26 | } |
---|