|
|
SLOT="0" | SLOT="0" |
LICENSE="GPL-2" | LICENSE="GPL-2" |
KEYWORDS="x86 sparc ~alpha" | KEYWORDS="x86 sparc ~alpha" |
IUSE="nls" |
IUSE="nls gtk2" |
| |
DEPEND=">=x11-libs/gtk+-2 |
DEPEND=">=x11-libs/gtk+-1.2 |
>=dev-libs/pilot-link-0.11.5" | >=dev-libs/pilot-link-0.11.5" |
| |
src_unpack() { | src_unpack() { |
|
|
| |
src_compile() { | src_compile() { |
use nls || myconf="--disable-nls" | use nls || myconf="--disable-nls" |
use gtk2 && myconf="${myconf} --enable-gtk2" \ |
use gtk2 && myconf="${myconf} --enable-gtk2" |
|| myconf="${myconf} --disable-gtk2" |
|
econf ${myconf} | econf ${myconf} |
| |
# make sure we use $CFLAGS | # make sure we use $CFLAGS |