aboutsummaryrefslogtreecommitdiff
path: root/x11/xfree86_xkb_xml/Makefile
blob: 56ac5d454bc6d80ff5bd2f6cabefd0ba369806dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	xfree86_xkb_xml
# Date created:				31 May 2002
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	xfree86_xkb_xml
PORTVERSION=	0.4
PORTREVISION=	4
CATEGORIES=	x11
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	gswitchit

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

USE_ICONV=	yes
USE_GETTEXT=	yes
USE_XORG=	x11
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	gnometarget
USE_PERL5_BUILD=yes
CONFIGURE_ARGS=	--with-xkb-base=${LOCALBASE}/lib/X11/xkb
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>