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

PORTNAME=	diskscrub
PORTVERSION=	2.6.1
CATEGORIES=	sysutils
MASTER_SITES=	https://github.com/chaos/scrub/releases/download/${PORTVERSION}/
DISTNAME=	scrub-${PORTVERSION}

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

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes

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

.include <bsd.port.mk>