# New ports collection makefile for:	xfree86_xkb_xml
# Date created:				31 May 2002
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD: ports/x11/xfree86_xkb_xml/Makefile,v 1.5 2003/03/07 06:36:18 ade Exp $
#

PORTNAME=	xfree86_xkb_xml
PORTVERSION=	0.2
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	gswitchit

MAINTAINER=	sobomax@FreeBSD.org
COMMENT=	A little set of XML files useful for dealing with XKB rules

LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv \
		intl.4:${PORTSDIR}/devel/gettext

USE_X_PREFIX=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-xkb-base=${X11BASE}/lib/X11/xkb
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

.include <bsd.port.mk>
