aboutsummaryrefslogtreecommitdiff
path: root/sysutils/diskmark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/diskmark/Makefile')
-rw-r--r--sysutils/diskmark/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/diskmark/Makefile b/sysutils/diskmark/Makefile
new file mode 100644
index 000000000000..9ab9e492d62b
--- /dev/null
+++ b/sysutils/diskmark/Makefile
@@ -0,0 +1,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>