freebsd-ports/sysutils/ffs2recov/Makefile
Rong-En Fan bfabde13e7 - Really remove WARNS settings. Unless someone wants to fix the build on ia64,
we won't put it back.

PR:		ports/112330
Submitted by:	maintainer
Discussed with:	maintainer, author and kris
2007-05-01 23:19:03 +00:00

25 lines
527 B
Makefile

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