| 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/x11-terms/hanterm-xf/Attic/hanterm-xf-2.0.5.ebuild,v 1.1 2004/08/02 16:28:36 usata Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-terms/hanterm-xf/Attic/hanterm-xf-2.0.5.ebuild,v 1.2 2004/10/09 19:10:26 usata Exp $ |
|
|
4 | |
|
|
5 | MY_P="${P}-173" |
| 4 | |
6 | |
| 5 | DESCRIPTION="Patched xterm for Korean input/output" |
7 | DESCRIPTION="Patched xterm for Korean input/output" |
| 6 | HOMEPAGE="http://www.kr.freebsd.org/~hwang/hanterm/" |
8 | HOMEPAGE="http://www.kr.freebsd.org/~hwang/hanterm/" |
| 7 | XTERM_VER=173 |
|
|
| 8 | SRC_URI="http://download.kldp.net/${PN}/${P}-${XTERM_VER}.tar.gz" |
9 | SRC_URI="http://download.kldp.net/${PN}/${MY_P}.tar.gz" |
|
|
10 | |
| 9 | LICENSE="MIT | GPL-2" |
11 | LICENSE="MIT | GPL-2" |
| 10 | SLOT="0" |
12 | SLOT="0" |
| 11 | KEYWORDS="~x86 ~ppc" |
13 | KEYWORDS="x86 ppc" |
|
|
14 | |
| 12 | IUSE="Xaw3d truetype" |
15 | IUSE="Xaw3d truetype" |
| 13 | |
16 | |
| 14 | DEPEND="virtual/x11 |
17 | DEPEND="virtual/x11 |
| 15 | sys-apps/utempter |
18 | sys-apps/utempter |
| 16 | Xaw3d? ( x11-libs/Xaw3d ) |
19 | Xaw3d? ( x11-libs/Xaw3d ) |
| 17 | media-fonts/baekmuk-fonts |
20 | media-fonts/baekmuk-fonts |
| 18 | !x11-terms/hanterm" |
21 | !x11-terms/hanterm" |
| 19 | S=${WORKDIR}/${P}-${XTERM_VER} |
22 | S=${WORKDIR}/${MY_P} |
| 20 | |
23 | |
| 21 | src_compile() { |
24 | src_compile() { |
| 22 | local myconf |
25 | local myconf |
| 23 | use Xaw3d && myconf="--with-Xaw3d" |
26 | use Xaw3d && myconf="--with-Xaw3d" |
| 24 | econf \ |
27 | econf \ |
| 25 | `use_enable truetype freetype` \ |
28 | $(use_enable truetype freetype) \ |
| 26 | --libdir=/etc \ |
29 | --libdir=/etc \ |
| 27 | --with-utempter \ |
30 | --with-utempter \ |
| 28 | --enable-ansi-color \ |
31 | --enable-ansi-color \ |
| 29 | --enable-88-color \ |
32 | --enable-88-color \ |
| 30 | --enable-256-color \ |
33 | --enable-256-color \ |