Brooks Davis 870d785f2c The diskprep program prepares a disk for use. It can be used for a
variety of purposes including initalizing flash disks to use as boot
media or automaticly configured the disks of nodes in a cluster.

http://people.freebsd.org/~brooks/diskprep/

Approved by:	krion (mentor)
2004-05-08 00:03:14 +00:00

24 lines
492 B
Makefile

# Ports collection makefile for: diskprep
# Date created: Friday, May 7, 2004
# Whom: Brooks Davis <brooks@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= diskprep
PORTVERSION= 0.9
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~brooks/diskprep/
MAINTAINER= brooks@FreeBSD.org
COMMENT= A program to prepare disks for use based on a config file
USE_BZIP2= yes
USE_PERL5_RUN= yes
MAKE_ENV+= EXAMPLEDIR=${EXAMPLESDIR}
MAN8= diskprep.8
MANCOMPRESSED= yes
.include <bsd.port.mk>