638fc7f4cd
these ports from being built there (and on pre-STABLE 5).
28 lines
573 B
Makefile
28 lines
573 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
|
|
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
|
|
|
|
USE_BZIP2= yes
|
|
USE_PERL5_RUN= yes
|
|
MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR}
|
|
|
|
USE_RCORDER= ${PORTNAME}
|
|
|
|
MAN8= diskprep.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|