freebsd-ports/sysutils/ffsrecov/Makefile
Garrett Wollman 76d5e30f59 At least let people know why it is that this port is broken in
-current.  500000 is only an approximation, since the actual UFS2
header file changes were never reflected in a version bump.
2002-10-21 20:21:33 +00:00

21 lines
389 B
Makefile

# 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>