1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/ffsrecov/Makefile
2004-03-14 01:32:03 +00:00

30 lines
585 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/
MAINTAINER= ports@FreeBSD.org
COMMENT= Recover files from a corrupt FFS
MAN8= ffsrecov.8
PLIST_FILES= bin/ffsrecov
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "Incompatible with UFS2 header files"
.endif
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
.endif
.include <bsd.port.post.mk>