19 lines
385 B
Makefile
19 lines
385 B
Makefile
# Created by: Greg Becker <greg@codeconcepts.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dits
|
|
PORTVERSION= 2.3.202
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://codeconcepts.com/
|
|
|
|
MAINTAINER= greg@codeconcepts.com
|
|
COMMENT= Data integrity verifying disk exercising test tool
|
|
|
|
BROKEN= unfetchable
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake tar:bzip2
|
|
|
|
PLIST_FILES= bin/dits \
|
|
man/man1/dits.1.gz
|
|
|
|
.include <bsd.port.mk>
|