mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
de975553d1
PR: ports/104659 Submitted by: Michael Ranner <mranner at inode.at> (maintainer)
26 lines
530 B
Makefile
26 lines
530 B
Makefile
# New ports collection makefile for: scan_ffs
|
|
# Date created: 20040112
|
|
# Whom: mranner@inode.at
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scan_ffs
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.ranner.jawa.at/stuff/
|
|
|
|
MAINTAINER= mranner@inode.at
|
|
COMMENT= Scan_ffs recovers lost disklabel
|
|
|
|
USE_BZIP2= yes
|
|
|
|
MAN8= scan_ffs.8
|
|
PLIST_FILES= sbin/scan_ffs
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${PREFIX}/sbin/.
|
|
${INSTALL_MAN} ${WRKSRC}/scan_ffs.8 ${MAN8PREFIX}/man/man8/.
|
|
|
|
.include <bsd.port.mk>
|