2018-08-22 11:43:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2018/08/22 09:46:33 wiz Exp $
|
2008-07-22 00:25:03 +02:00
|
|
|
|
2013-12-11 20:07:47 +01:00
|
|
|
DISTNAME= scrub-2.5.2
|
2018-08-22 11:43:40 +02:00
|
|
|
PKGREVISION= 6
|
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"
|