forked from Lainports/freebsd-ports
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)
23 lines
466 B
Makefile
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>
|