mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
531ab5d4d4
PR: ports/69556 Submitted by: bugghy <bugghy@phenix.rootshell.be> Approved by: pav (mentor)
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# New ports collection makefile for: secure_delete
|
|
# Date created: 24 Jul 2004
|
|
# Whom: bugghy <bugghy@SAFe-mail.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= secure_delete
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://packetstormsecurity.org/groups/thc/
|
|
|
|
MAINTAINER= bugghy@SAFe-mail.net
|
|
COMMENT= Secure data deletion toolkit
|
|
|
|
MANCOMPRESSED= no
|
|
MAN1= srm.1 sfill.1 sswap.1 smem.1
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|