aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dits/Makefile
blob: 6684dd03aba364c18151f596ceabbd28084f14a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

.include <bsd.port.mk>