2002-05-31 12:50:35 +02:00
|
|
|
# New ports collection makefile for: xfree86_xkb_xml
|
|
|
|
# Date created: 31 May 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfree86_xkb_xml
|
2003-09-30 07:31:51 +02:00
|
|
|
PORTVERSION= 0.4
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2002-05-31 12:50:35 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gswitchit
|
|
|
|
|
2003-09-30 07:31:51 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:36:20 +01:00
|
|
|
COMMENT= A little set of XML files useful for dealing with XKB rules
|
2002-05-31 12:50:35 +02:00
|
|
|
|
2007-01-12 10:12:57 +01:00
|
|
|
USE_ICONV= yes
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2002-05-31 12:50:35 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-09-30 07:31:51 +02:00
|
|
|
USE_GNOME= gnometarget
|
2004-12-01 09:46:42 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2002-05-31 12:50:35 +02:00
|
|
|
CONFIGURE_ARGS= --with-xkb-base=${X11BASE}/lib/X11/xkb
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-09-30 07:31:51 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-05-31 12:50:35 +02:00
|
|
|
|
2005-06-15 04:42:14 +02:00
|
|
|
.include <bsd.port.mk>
|