# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit bsdmk freebsd DESCRIPTION="FreeBSD shared tools/files" SLOT="0" LICENSE="BSD zfs? ( CDDL )" IUSE="doc usb zfs" if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64-fbsd ~x86-fbsd" fi EXTRACTONLY=" share/ contrib/ gnu/ usr.bin/ usr.sbin/ sbin/ bin/ lib/ etc/ tools/tools/locale/ " DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}* =sys-freebsd/freebsd-sources-${RV}*" RDEPEND="sys-apps/miscfiles" RESTRICT="strip" S="${WORKDIR}/share" pkg_setup() { # Add the required source files. use zfs && EXTRACTONLY+="cddl/ " use doc || mymakeopts="${mymakeopts} WITHOUT_SHAREDOCS= " use usb || mymakeopts="${mymakeopts} WITHOUT_USB= " use zfs || mymakeopts="${mymakeopts} WITHOUT_CDDL= " has_version "