You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
589 B
26 lines
589 B
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
inherit bsdmk freebsd multilib
|
|
|
|
DESCRIPTION="A library for inspecting program's backtrace"
|
|
HOMEPAGE="http://www.freebsdsoftware.org/devel/libexecinfo.html"
|
|
SRC_URI="mirror://freebsd/distfiles/${P}.tar.bz2"
|
|
|
|
LICENSE="BSD-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64-fbsd ~x86-fbsd"
|
|
IUSE=""
|
|
|
|
DEPEND="sys-freebsd/freebsd-mk-defs"
|
|
RDEPEND=""
|
|
|
|
PATCHES=( "${FILESDIR}/${P}-build.patch" )
|
|
|
|
src_install() {
|
|
mymakeopts="${mymakeopts} LIBDIR=/usr/$(get_libdir)"
|
|
freebsd_src_install
|
|
dodoc README
|
|
}
|