Magellan Linux

Contents of /smage/branches/alx08x-unstable/core/libXaw/libXaw-1.0.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16373 - (show annotations) (download)
Mon Oct 2 13:17:27 2023 UTC (8 months, 1 week ago) by niro
File size: 924 byte(s)
-release branches/alx08x-unstable
1 # $Id$
2
3 PNAME="libXaw"
4 PVER="1.0.15"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="X Athena Widgets is a widget set based on the X Toolkit Intrinsics (Xt) Library."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 # note xprint needs libXp and --enable-xaw8 -- dropped xprint support!
13 DEPEND=">= x11-libs/libX11-1.6
14 >= x11-libs/libXt-1.1
15 >= x11-libs/libXmu-1.1
16 >= x11-libs/libXpm-3.5"
17
18 ALX_LIB32_DEPEND=">= x11-libs/libX11-lib32-1.6
19 >= x11-libs/libXt-lib32-1.1
20 >= x11-libs/libXmu-lib32-1.1
21 >= x11-libs/libXpm-lib32-3.5"
22
23 ALX_DEV_DEPEND=">= x11-libs/libX11-dev-1.6
24 >= x11-libs/libXt-dev-1.1
25 >= x11-libs/libXmu-dev-1.1
26 >= x11-libs/libXpm-dev-3.5"
27
28 SDEPEND=">= virtual/ed
29 ${ALX_DEV_DEPEND}"
30
31 sminclude xorg multilib mbuild lib32-split alx-split
32
33 src_compile()
34 {
35 # only need xaw6 for the ica-client
36 # ica-client >= 10 needs xaw7!
37 mconfigure --prefix=${X11_DIR} --disable-xaw8 --enable-xaw6 --enable-xaw7 || die
38 mmake || die
39 }