| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.4 2006/04/22 21:14:50 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.5 2006/04/25 16:35:47 flameeyes Exp $ |
| 4 | # |
4 | # |
| 5 | # Otavio R. Piske "AngusYoung" <angusyoung@gentoo.org> |
5 | # Otavio R. Piske "AngusYoung" <angusyoung@gentoo.org> |
| 6 | # Diego Pettenò <flameeyes@gentoo.org> |
6 | # Diego Pettenò <flameeyes@gentoo.org> |
| 7 | # Benigno B. Junior <bbj@gentoo.org> |
7 | # Benigno B. Junior <bbj@gentoo.org> |
| 8 | |
8 | |
| … | |
… | |
| 10 | |
10 | |
| 11 | EXPORT_FUNCTIONS src_compile src_install |
11 | EXPORT_FUNCTIONS src_compile src_install |
| 12 | |
12 | |
| 13 | RDEPEND="" |
13 | RDEPEND="" |
| 14 | # this should actually be BDEPEND, but this works. |
14 | # this should actually be BDEPEND, but this works. |
| 15 | DEPEND="|| ( |
15 | DEPEND="virtual/pmake" |
| 16 | sys-devel/pmake |
|
|
| 17 | sys-freebsd/freebsd-ubin |
|
|
| 18 | sys-openbsd/openbsd-ubin |
|
|
| 19 | )" |
|
|
| 20 | |
16 | |
| 21 | ESED="/usr/bin/sed" |
17 | ESED="/usr/bin/sed" |
| 22 | |
18 | |
| 23 | #### append-opt <options> |
19 | #### append-opt <options> |
| 24 | # append options to enable or disable features |
20 | # append options to enable or disable features |