mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
22 lines
394 B
Makefile
22 lines
394 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
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/dits
|
|
MAN1= dits.1
|
|
MANCOMPRESSED= no
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|