Parent Directory
|
Revision Log
Use libfl.a instead of libl.a for (f)lex.
| 1 | flameeyes | 541 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header$ | ||
| 4 | |||
| 5 | inherit bsdmk freebsd | ||
| 6 | |||
| 7 | SRC_URI="mirror://gentoo/${SHARE}.tar.bz2" | ||
| 8 | |||
| 9 | DESCRIPTION="Makefiles definitions used for building and installing libraries and system files" | ||
| 10 | KEYWORDS="~x86-fbsd" | ||
| 11 | IUSE="" | ||
| 12 | |||
| 13 | DEPEND="" | ||
| 14 | S="${WORKDIR}/share/mk" | ||
| 15 | |||
| 16 | src_unpack() { | ||
| 17 | unpack ${A} | ||
| 18 | cd ${WORKDIR}/share | ||
| 19 | epatch ${FILESDIR}/${PN}-gentoo.patch | ||
| 20 | epatch ${FILESDIR}/${PN}-flex.patch | ||
| 21 | } | ||
| 22 | |||
| 23 | src_compile() { | ||
| 24 | einfo "Nothing to compile" | ||
| 25 | } | ||
| 26 | |||
| 27 | src_install() { | ||
| 28 | insinto /usr/share/mk | ||
| 29 | insopts -m444 | ||
| 30 | doins *.mk | ||
| 31 | } |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |