blob: a5d68a1293d52b6544ce4ad9797e4e57b5b0683c (
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
24
25
26
27
28
29
30
31
|
# Ports collection makefile for: diskprep
# Date created: Friday, May 7, 2004
# Whom: Brooks Davis <brooks@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= diskprep
PORTVERSION= 1.0.1
PORTREVISION= 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
DEPRECATED= Believed to have no users
EXPIRATION_DATE= 2012-09-01
USE_BZIP2= yes
USE_PERL5_RUN= yes
MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR}
USE_RC_SUBR= ${PORTNAME}
MAN8= diskprep.8
MANCOMPRESSED= yes
.include <bsd.port.mk>
|