aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
20 lines
456 B
Makefile
20 lines
456 B
Makefile
# Created by: mranner@inode.at
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scan_ffs
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.ranner.eu/stuff/
|
|
|
|
MAINTAINER= michael@ranner.eu
|
|
COMMENT= Scan_ffs recovers lost disklabel
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= sbin/scan_ffs man/man8/scan_ffs.8.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${STAGEDIR}${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/scan_ffs.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|