mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
fd95587c26
- reset maintainer: Vaida Bogdan no longer uses FreeBSD. Thank you for maintaining the ports so far! - nuke some small plists while here PR: ports/125698 Submitted by: Andrew Stuart
27 lines
528 B
Makefile
27 lines
528 B
Makefile
# New ports collection makefile for: secure_delete
|
|
# Date created: 24 Jul 2004
|
|
# Whom: Vaida Bogdan <vaida.bogdan@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= secure_delete
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://packetstormsecurity.org/groups/thc/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Secure data deletion toolkit
|
|
|
|
CONFLICTS= srm-[0-9]*
|
|
|
|
MANCOMPRESSED= no
|
|
MAN1= srm.1 sfill.1 sswap.1 smem.1
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|