blob: 9ab9e492d62b99418bdd9130c0dcae5af9236de1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|