freebsd-ports/sysutils/diskprep/Makefile
Brooks Davis 1b823b1e06 Switch from USE_RCORDER to USE_RC_SUBR as prodded by dougb.
Note: To preserve the prior functionality it is recommended that
early_late_divider be set to something VERY early in the boot process
such as sysctl.

I suspect no one by myself actually used this port in practice so
mark it DEPRECATED and set an expiration date of September 1.  Of some
is using it, let me know and I'll remove the DEPRECATION.
2012-08-06 17:22:33 +00:00

31 lines
656 B
Makefile

# Ports collection makefile for: diskprep
# Date created: Friday, May 7, 2004
# Whom: Brooks Davis <brooks@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= diskprep
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~brooks/diskprep/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= A program to prepare disks for use based on a config file
DEPRECATED= Believed to have no users
EXPIRATION_DATE= 2012-09-01
USE_BZIP2= yes
USE_PERL5_RUN= yes
MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR}
USE_RC_SUBR= ${PORTNAME}
MAN8= diskprep.8
MANCOMPRESSED= yes
.include <bsd.port.mk>