# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit bsdmk freebsd SRC_URI="mirror://gentoo/${SHARE}.tar.bz2" DESCRIPTION="Makefiles definitions used for building and installing libraries and system files" KEYWORDS="~x86-fbsd" IUSE="" SLOT="0" DEPEND="" S="${WORKDIR}/share/mk" src_unpack() { unpack ${A} cd ${WORKDIR}/share epatch ${FILESDIR}/${PN}-gentoo.patch epatch ${FILESDIR}/${PN}-flex.patch } src_compile() { einfo "Nothing to compile" } src_install() { insinto /usr/share/mk insopts -m444 doins *.mk }