mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
76d5e30f59
-current. 500000 is only an approximation, since the actual UFS2 header file changes were never reflected in a version bump.
22 lines
389 B
Makefile
22 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>
|