summaryrefslogtreecommitdiff
path: root/sysutils/diskscrub/Makefile
blob: e3153b3fda3a02058f120c77bc7cd326fb57f00d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Erik Greenwald <erik@smluc.org>
# $FreeBSD$

PORTNAME=	diskscrub
PORTVERSION=	2.5.2
CATEGORIES=	sysutils
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	scrub-${PORTVERSION}

MAINTAINER=	erik@bz.bzflag.bz
COMMENT=	Writes patterns on files to make retrieving the data more difficult

GNU_CONFIGURE=	yes
USE_BZIP2=	yes

MAN1=	scrub.1

PLIST_FILES=	bin/scrub

NO_STAGE=	yes
.include <bsd.port.mk>