Ticket #16996: Portfile

File Portfile, 1.1 KB (added by ranauei@…, 15 years ago)
Line 
1# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $
2
3PortSystem 1.0
4name                    bcwipe
5version                 1.7-7
6distname                BCWipe-1.7-7
7categories              sysutils security
8maintainers             nomaintainer
9description             Securely erase data from magnetic and solid-state memory.
10long_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.
17homepage                http://www.jetico.com/
18platforms               darwin
19master_sites            http://www.jetico.com/linux/
20checksums               md5 e6836db3d06500707db9d29f818ef125
21worksrcdir              bcwipe-1.7-7
22patchfiles              patch-Makefile.diff patch-wipe.c.diff
23
24configure {
25        reinplace "s|@@prefix@@|${prefix}|g" ${worksrcpath}/Makefile
26}