2019-08-11 15:17:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2019/08/11 13:23:07 wiz Exp $
|
2008-07-22 00:25:03 +02:00
|
|
|
|
2013-12-11 20:07:47 +01:00
|
|
|
DISTNAME= scrub-2.5.2
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 7
|
2008-07-22 00:25:03 +02:00
|
|
|
CATEGORIES= sysutils
|
2013-12-11 20:07:47 +01:00
|
|
|
MASTER_SITES= http://diskscrub.googlecode.com/files/
|
2008-07-22 00:25:03 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
2017-09-04 20:55:07 +02:00
|
|
|
HOMEPAGE= https://code.google.com/archive/p/diskscrub/
|
2008-07-22 00:25:03 +02:00
|
|
|
COMMENT= Utility to overwrite disks and scrub the data on them
|
2013-12-11 20:07:47 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
2008-07-22 00:25:03 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-02-21 02:13:00 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= autoconf automake
|
2013-12-11 20:07:47 +01:00
|
|
|
USE_TOOLS+= perl # this is purely for GNU configure (X_AC_META macro)
|
2008-07-22 00:25:03 +02:00
|
|
|
|
2014-02-21 02:13:00 +01:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && sh autogen.sh
|
|
|
|
|
2008-07-22 00:25:03 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|