2004-01-13 13:43:24 +00:00
|
|
|
# New ports collection makefile for: scan_ffs
|
|
|
|
# Date created: 20040112
|
|
|
|
# Whom: mranner@inode.at
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scan_ffs
|
2006-10-31 10:33:53 +00:00
|
|
|
PORTVERSION= 1.2
|
2004-01-13 13:43:24 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.ranner.jawa.at/stuff/
|
|
|
|
|
2009-03-20 17:49:26 +00:00
|
|
|
MAINTAINER= michael@ranner.eu
|
2004-01-13 13:43:24 +00:00
|
|
|
COMMENT= Scan_ffs recovers lost disklabel
|
|
|
|
|
2006-10-31 10:33:53 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
|
2004-01-13 13:43:24 +00:00
|
|
|
MAN8= scan_ffs.8
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= sbin/scan_ffs
|
2004-01-13 13:43:24 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${PREFIX}/sbin/.
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/scan_ffs.8 ${MAN8PREFIX}/man/man8/.
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|