078cf4e190
Dits is a tool for validating disk drivers, file systems, and lock managers. More than a simple exerciser, dits is able to verify that no detectable data integrity errors have occurred. PR: ports/74953 Submitted by: Greg Becker <greg@codeconcepts.com>
23 lines
439 B
Makefile
23 lines
439 B
Makefile
# New ports collection makefile for: dits
|
|
# Date created: 5 December 2004
|
|
# Whom: Greg Becker <greg@codeconcepts.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dits
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://vdmvm.org/ http://codeconcepts.com/
|
|
|
|
MAINTAINER= greg@codeconcepts.com
|
|
COMMENT= A data integrity verifying disk exercising test suite
|
|
|
|
MAN1= dits.1
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/dits
|
|
|
|
.include <bsd.port.mk>
|