aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dits/Makefile
blob: 4bc17193d7e5fcc834c2021bbbeacfcfcb6d9b22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    dits
# Date created:     5 December 2004
# Whom:         Greg Becker <greg@codeconcepts.com>
#
# $FreeBSD$
#

PORTNAME=   dits
PORTVERSION=    2.2.34
CATEGORIES= devel
MASTER_SITES=   http://codeconcepts.com/

MAINTAINER= greg@codeconcepts.com
COMMENT=    A data integrity verifying and disk exercising test suite

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

PLIST_FILES=    bin/dits
MAN1=   dits.1
MANCOMPRESSED=  no

.include <bsd.port.mk>