blob: 0fb53d7f8643bed9af1a5a972e8ee97a8cb6af5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: cdroot
# Date created: 8 August 2002
# Whom: Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cdroot
PORTVERSION= 1.2.5
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bsd
MAINTAINER= ports@FreeBSD.org
COMMENT= Scripts to automate setting up a bootable CD-ROM based FreeBSD system
.include <bsd.port.mk>
|