3d44c32ced
Mark DEPRECATED and set to expire in one month. Drop MAINTAINERship. If someone uses this, they should become the MAINTAINER.
31 lines
787 B
Makefile
31 lines
787 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= ports@FreeBSD.org
|
|
COMMENT= A program to mark disks using empty partition table entries
|
|
|
|
DEPRECATED= Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
|
|
EXPIRATION_DATE= 2006-03-01
|
|
|
|
# Diskmark makes little sense on arches that don't boot from MBR
|
|
# partition tables and doesn't build on 64-bit platforms with strict
|
|
# alignment (partion entries are aligned on a 2-byte boundry).
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
PLIST_FILES= sbin/diskmark
|
|
|
|
USE_BZIP2= yes
|
|
|
|
MAN8= diskmark.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|