mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
edb8cc3197
PR: 132857 132858 132859 132860 132861 132863 132864 132865 Submitted by: Michael Ranner <mranner@inode.at>
26 lines
531 B
Makefile
26 lines
531 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= michael@ranner.eu
|
|
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>
|