1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/diskprep/Makefile
Brooks Davis 9ace3426fe Setting USE_RCORDER to an undefined variable means nothing happens. Set
it to PORTNAME not NAME so we actually install the helper script.
2005-09-14 18:57:06 +00:00

33 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.0
PORTREVISION= 1
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
MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR}
USE_RCORDER= ${PORTNAME}
MAN8= diskprep.8
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 503000
IGNORE= Requires glabel(8) and thus >= FreeBSD-5.3
.endif
.include <bsd.port.post.mk>