summaryrefslogtreecommitdiff
path: root/sysutils/ffsrecov/Makefile
blob: 60a6b57b91ae63d87e1b2b2f604b0714a1b9876d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	ffsrecov
# Date created:        4 May 1999
# Whom:                jmg
#
# $FreeBSD$
#

PORTNAME=	ffsrecov
PORTVERSION=	0.5
CATEGORIES=	sysutils
MASTER_SITES=	http://resnet.uoregon.edu/~gurney_j/

MAN8=		ffsrecov.8

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 500000
BROKEN=		"Incompatible with UFS2 header files"
.endif

.include <bsd.port.post.mk>