freebsd-ports/sysutils/diskmark/Makefile
Brooks Davis 1d08960971 The program diskmark uses an unused entry in the Master Boot Record
on PC disks to record version information.  The author uses this
information to determine if scratch disks should be partitioned at boot
on a network booting compute cluster.

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

Approved by:	krion (mentor)
2004-05-08 00:06:47 +00:00

23 lines
466 B
Makefile

# Ports collection makefile for: diskmark
# Date created: Friday, May 7, 2004
# Whom: Brooks Davis <brooks@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= diskmark
PORTVERSION= 0.9
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~brooks/diskmark/
MAINTAINER= brooks@FreeBSD.org
COMMENT= A program to mark disks using empty partition table entries
PLIST_FILES= sbin/diskmark
USE_BZIP2= yes
MAN8= diskmark.8
MANCOMPRESSED= yes
.include <bsd.port.mk>