2004-05-08 02:03:14 +02:00
|
|
|
# Ports collection makefile for: diskprep
|
|
|
|
# Date created: Friday, May 7, 2004
|
|
|
|
# Whom: Brooks Davis <brooks@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= diskprep
|
2005-09-02 01:56:48 +02:00
|
|
|
PORTVERSION= 1.0.0
|
2004-05-08 02:03:14 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://people.freebsd.org/~brooks/diskprep/
|
|
|
|
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
|
|
COMMENT= A program to prepare disks for use based on a config file
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_PERL5_RUN= yes
|
2004-05-11 22:02:04 +02:00
|
|
|
MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR}
|
2004-05-08 02:03:14 +02:00
|
|
|
|
2005-09-02 01:56:48 +02:00
|
|
|
USE_RCORDER= ${NAME}
|
|
|
|
|
2004-05-08 02:03:14 +02:00
|
|
|
MAN8= diskprep.8
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2005-09-02 01:56:48 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 503000
|
|
|
|
IGNORE= Requires glabel(8) and thus >= FreeBSD-5.3
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|