mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
14 lines
306 B
Makefile
14 lines
306 B
Makefile
# Created by: 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>
|