1*eaecc955SLexi Winter/* 2*eaecc955SLexi Winter * SPDX-License-Identifier: ISC 3*eaecc955SLexi Winter * 4*eaecc955SLexi Winter * Copyright (c) 2025 Lexi Winter <ivy@FreeBSD.org> 5*eaecc955SLexi Winter * 6*eaecc955SLexi Winter * Permission to use, copy, modify, and distribute this software for any 7*eaecc955SLexi Winter * purpose with or without fee is hereby granted, provided that the above 8*eaecc955SLexi Winter * copyright notice and this permission notice appear in all copies. 9*eaecc955SLexi Winter * 10*eaecc955SLexi Winter * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11*eaecc955SLexi Winter * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12*eaecc955SLexi Winter * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13*eaecc955SLexi Winter * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14*eaecc955SLexi Winter * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15*eaecc955SLexi Winter * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16*eaecc955SLexi Winter * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17*eaecc955SLexi Winter */ 18*eaecc955SLexi Winter 19*eaecc955SLexi Wintercomment = "Optional base system software (metapackage)" 20*eaecc955SLexi Winter 21*eaecc955SLexi Wintervital = true 22*eaecc955SLexi Winter 23*eaecc955SLexi Winterdesc = <<EOD 24*eaecc955SLexi WinterThis metapackage installs all optional software, other than compilers, 25*eaecc955SLexi Winterwhich is part of the base system but not installed by the minimal set. 26*eaecc955SLexi WinterEOD 27*eaecc955SLexi Winter 28*eaecc955SLexi Winterdeps { 29*eaecc955SLexi Winter "set-minimal" { 30*eaecc955SLexi Winter version = "${VERSION}" 31*eaecc955SLexi Winter }, 32*eaecc955SLexi Winter} 33