diff options
Diffstat (limited to 'sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild')
-rw-r--r-- | sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild new file mode 100644 index 000000000000..356602aed88b --- /dev/null +++ b/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild,v 1.1 2010/03/19 11:50:56 aballier Exp $ + +inherit bsdmk freebsd + +DESCRIPTION="FreeBSD /bin tools" +SLOT="0" +KEYWORDS="~sparc-fbsd ~x86-fbsd" + +IUSE="" + +SRC_URI="mirror://gentoo/${BIN}.tar.bz2 + mirror://gentoo/${SBIN}.tar.bz2 + mirror://gentoo/${LIB}.tar.bz2" + +RDEPEND="=sys-freebsd/freebsd-lib-${RV}* + dev-libs/libedit + sys-libs/ncurses + sys-apps/ed + !app-misc/realpath + !<sys-freebsd/freebsd-ubin-8" +DEPEND="${RDEPEND} + =sys-freebsd/freebsd-mk-defs-${RV}* + >=sys-devel/flex-2.5.31-r2" + +S=${WORKDIR}/bin + +PATCHES=( "${FILESDIR}/${PN}-6.0-flex-2.5.31.patch" ) + +# csh and tcsh are provided by tcsh package, rmail is sendmail stuff. +REMOVE_SUBDIRS="csh rmail ed" + +pkg_setup() { + mymakeopts="${mymakeopts} WITHOUT_TCSH= WITHOUT_SENDMAIL= WITHOUT_RCMDS= " +} |