summaryrefslogtreecommitdiff
path: root/sysutils/diskscrub/Makefile
blob: 5482574fe1d925040eb827e90055ac65c82cd55a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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@elfga.com
COMMENT=	Writes patterns on files to make retrieving the data more difficult

LICENSE=	GPLv2

BROKEN=		Unfetchable (google code has gone away)

GNU_CONFIGURE=	yes
USES=		tar:bzip2

PLIST_FILES=	bin/scrub man/man1/scrub.1.gz

.include <bsd.port.mk>