mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
6fab928c1f
hat: portmgr
18 lines
385 B
Makefile
18 lines
385 B
Makefile
# 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>
|