4b57e7c1d0
- New maintainer: Chris Hutchinson <portmaster@bsdforge.com> PR: 195520 Submitted by: portmaster@bsdforge.com (maintainer) Reviewed by: koobs, riggs
16 lines
352 B
Makefile
16 lines
352 B
Makefile
# Created by: Brian Dean <bsd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cdroot
|
|
PORTVERSION= 1.2.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://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>
|