diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2004-05-08 00:03:14 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2004-05-08 00:03:14 +0000 |
| commit | 870d785f2ccf49d7a87d6fc293c18f5aecd3f8ba (patch) | |
| tree | 67a269918bcbbd806c800df57ee12deab1a8146b /sysutils/diskprep/Makefile | |
| parent | ac9bdc26efbf36f809e83906eb42f5ecd914844e (diff) | |
Notes
Diffstat (limited to 'sysutils/diskprep/Makefile')
| -rw-r--r-- | sysutils/diskprep/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/diskprep/Makefile b/sysutils/diskprep/Makefile new file mode 100644 index 000000000000..2932516c86c2 --- /dev/null +++ b/sysutils/diskprep/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: diskprep +# Date created: Friday, May 7, 2004 +# Whom: Brooks Davis <brooks@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= diskprep +PORTVERSION= 0.9 +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+= EXAMPLEDIR=${EXAMPLESDIR} + +MAN8= diskprep.8 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |
