blob: ce5007f7adc7cf41139ac6f22696659233e00f82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: diskprep
# Date created: Friday, May 7, 2004
# Whom: Brooks Davis <brooks@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= diskprep
PORTVERSION= 0.9.2
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}
MAN8= diskprep.8
MANCOMPRESSED= yes
.include <bsd.port.mk>
|