aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ffs2recov/Makefile
blob: 1de3427704a15397289ab1334d3e0e83750b2570 (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
24
25
# New ports collection makefile for: ffs2recov
# Date created:         20070204
# Whom:                 sten@blinkenlights.nl
#
# $FreeBSD$
#

PORTNAME=   ffs2recov
PORTVERSION=    1.0
CATEGORIES= sysutils
MASTER_SITES=   http://www.exit.com/Archives/FreeBSD/

MAINTAINER= sten@blinkenlights.nl
COMMENT=    A utility to recover UFS2 filesystems

USE_BZIP2=  yes
WRKSRC=     ${WRKDIR}/${PORTNAME}

MAN8=       ffs2recov.8
PLIST_FILES=    sbin/ffs2recov

MAKE_ENV=   BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man \
        WARNS=0

.include <bsd.port.mk>