mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
3a79929fdb
PR: 241272 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
17 lines
354 B
Makefile
17 lines
354 B
Makefile
# Created by: Brian Dean <bsd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cdroot
|
|
PORTVERSION= 1.2.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/cdroot/
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Scripts automating setup of a bootable CD-ROM based FreeBSD system
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= tar:xz
|
|
|
|
.include <bsd.port.mk>
|