20 lines
455 B
Makefile
20 lines
455 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
|
|
|
|
USE_BZIP2= yes
|
|
|
|
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>
|