| 1 |
# Copyright 1999-2005 Gentoo Technologies, Inc.
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header$
|
| 4 |
|
| 5 |
inherit freebsd-utils
|
| 6 |
|
| 7 |
KERN_SOURCES="freebsd-sources-${PV}"
|
| 8 |
ETC="freebsd-etc-${PV}"
|
| 9 |
|
| 10 |
DESCRIPTION="FreeBSD Headers ${PK} "
|
| 11 |
KEYWORDS="~x86-fbsd"
|
| 12 |
IUSE=""
|
| 13 |
SRC_URI="mirror://gentoo/${INCLUDE}.tar.bz2
|
| 14 |
mirror://gentoo/${SYS}.tar.bz2
|
| 15 |
mirror://gentoo/${ETC}.tar.bz2"
|
| 16 |
|
| 17 |
PROVIDE="virtual/os-headers"
|
| 18 |
DEPEND=""
|
| 19 |
|
| 20 |
S=${WORKDIR}/include
|
| 21 |
|
| 22 |
src_compile() {
|
| 23 |
bsdmake
|
| 24 |
}
|
| 25 |
|
| 26 |
src_install() {
|
| 27 |
bsdmake install DESTDIR=${D} || die "Install failed"
|
| 28 |
}
|