Fixup fromcvs/togit conversion
[pkgsrcv2.git] / sysutils / diskscrub / Makefile
1 # $NetBSD: Makefile,v 1.1.1.1 2008/07/21 22:25:03 agc Exp $
2 #
3
4 DISTNAME=       scrub-2.0
5 CATEGORIES=     sysutils
6 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=diskscrub/}
7 EXTRACT_SUFX=   .tar.bz2
8
9 MAINTAINER=     agc@NetBSD.org
10 HOMEPAGE=       http://sourceforge.net/projects/diskscrub
11 COMMENT=        Utility to overwrite disks and scrub the data on them
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 GNU_CONFIGURE=  yes
16 USE_TOOLS+=     perl # this is purely for GNU configure
17
18 .include "../../mk/bsd.pkg.mk"