pkgsrc/x11/libxklavier/Makefile
jmmv c70f07ef82 Update to 2.0:
2.0     New stable release (for GNOME 2.10). Minor changes since 1.14:
	some optimization and cleanup.
1.14	Memory leaks nailed. Some minor restructuring. Bugfixing.
	A couple of XKL_*_DISABLE envvars introduced.
1.13	Some build process cleanup and fixes. One more "virtual function"
	introduced.
1.12	First version with real xmodmap support. Sure, bugs are possible.
	I did it again - broke API. Really hope no API changes in 1.1x
	series any more.
1.11	A lot of internal changes. VTable introduced (so now at some
	point there can be implemented xmodmap backend). Some bugs were
	fixed.
1.10	Some internal reorganization in the xklavier-config department.
	API/ABI are broken. All this stuff is going to be used in
	GNOME 2.9x. The environment variable XKL_DEBUG introduced in
	order to control the debug info more handy. Minor portability
	bug was fixed.
2005-03-22 16:05:13 +00:00

28 lines
696 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/03/22 16:05:13 jmmv Exp $
#
DISTNAME= libxklavier-2.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gswitchit/}
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://pdx.freedesktop.org/Software/LibXklavier
COMMENT= High-level API for the X Keyboard Extension (XKB)
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
USE_X11= YES
PKGCONFIG_OVERRIDE= libxklavier.pc.in
CONFIGURE_ARGS+= --enable-xkb-support
CONFIGURE_ARGS+= --enable-xmm-support
BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"