aboutsummaryrefslogtreecommitdiff
path: root/security/srm/Makefile
blob: 3e49b85b3f9225df0cf38e10c64c27819ed497c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	srm
# Date created:				25 Oct 2000
# Whom:					Keith J. Jones <kjones@antihackertoolkit.com>
#
# $FreeBSD$
#

PORTNAME=	srm
PORTVERSION=	1.2.6
CATEGORIES=	security sysutils
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	srm

MAINTAINER=	kjones@antihackertoolkit.com
COMMENT=	Secure rm, a utility which destroys file contents before unlinking

USE_LIBTOOL=	YES

MAN1=		srm.1
PLIST_FILES=	bin/srm

.include <bsd.port.mk>