summaryrefslogtreecommitdiff
path: root/sysutils/diskscrub/Makefile
blob: 3fec23f0b61fc1fe44023dbf97b0fd480665c199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.7 2013/12/15 19:44:39 joerg Exp $
#

DISTNAME=	scrub-2.5.2
PKGREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://diskscrub.googlecode.com/files/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	agc@NetBSD.org
HOMEPAGE=	http://code.google.com/p/diskscrub/
COMMENT=	Utility to overwrite disks and scrub the data on them
LICENSE=	gnu-gpl-v2

GNU_CONFIGURE=	yes
USE_TOOLS+=	perl # this is purely for GNU configure (X_AC_META macro)

.include "../../mk/bsd.pkg.mk"