mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b4dc7ecb94
PR: ports/137944 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (>2 weeks) Feature safe: yes
25 lines
518 B
Makefile
25 lines
518 B
Makefile
# New ports collection makefile for: srm
|
|
# Date created: 25 Oct 2000
|
|
# Whom: Keith J. Jones <kjones@antihackertoolkit.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= srm
|
|
PORTVERSION= 1.2.10
|
|
CATEGORIES= security sysutils
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= kjones@antihackertoolkit.com
|
|
COMMENT= Secure rm, a utility which destroys file contents before unlinking
|
|
|
|
CONFLICTS= secure_delete-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= srm.1
|
|
PLIST_FILES= bin/srm
|
|
|
|
.include <bsd.port.mk>
|