3e3f718222
What's new in GOK 0.11.12? * Bug fixes including: 155182 (double actions) What's new in GOK 0.11.10/0.11.11 ? * Fix regression caused by bugfix 151417; this release should be used instead of 0.11.9. What's new in GOK 0.11.9 ? * Expose multiple actions for UI components which have more than one possible user action available. Fixes bug #151417. * Improved table and list behavior: Bugfixes for #153130, #152788, #153389. * Rewrite of online help (thanks to Irene Ryan!)
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.19 2004/10/28 19:11:50 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gok-0.11.12
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gok/0.11/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME On-Screen Keyboard
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
PKGCONFIG_OVERRIDE+= gok-1.0.pc.in
|
|
|
|
GCONF2_SCHEMAS= gok.schemas
|
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
|
.include "../../audio/gnome-speech/buildlink3.mk"
|
|
.include "../../devel/at-spi/buildlink3.mk"
|
|
.include "../../devel/atk/buildlink3.mk"
|
|
.include "../../devel/gail/buildlink3.mk"
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/libwnck/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|