diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-31 18:50:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-31 18:50:35 +0800 |
commit | 605ea2a0ea2b60fe3b301541ca141af47ef7a8d4 (patch) | |
tree | 3ca3bfa2cb7fe92f3b51f865faf4cfbe12426d18 /x11 | |
parent | 422e86919005a51f96789814ac827a8182434eb9 (diff) | |
download | freebsd-ports-gnome-605ea2a0ea2b60fe3b301541ca141af47ef7a8d4.tar.gz freebsd-ports-gnome-605ea2a0ea2b60fe3b301541ca141af47ef7a8d4.tar.zst freebsd-ports-gnome-605ea2a0ea2b60fe3b301541ca141af47ef7a8d4.zip |
Add xfree86_xkb_xml 0.2, a little set of XML files useful for
dealing with XKB rules.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xfree86_xkb_xml/Makefile | 26 | ||||
-rw-r--r-- | x11/xfree86_xkb_xml/distinfo | 1 | ||||
-rw-r--r-- | x11/xfree86_xkb_xml/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | x11/xfree86_xkb_xml/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xfree86_xkb_xml/pkg-descr | 1 | ||||
-rw-r--r-- | x11/xfree86_xkb_xml/pkg-plist | 2 |
7 files changed, 46 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 0e99705242cf..4214734976b8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -126,6 +126,7 @@ SUBDIR += xdtm SUBDIR += xfedor SUBDIR += xfishtank + SUBDIR += xfree86_xkb_xml SUBDIR += xgrab SUBDIR += xkbctrl SUBDIR += xkbset diff --git a/x11/xfree86_xkb_xml/Makefile b/x11/xfree86_xkb_xml/Makefile new file mode 100644 index 000000000000..0bd0b984ab81 --- /dev/null +++ b/x11/xfree86_xkb_xml/Makefile @@ -0,0 +1,26 @@ +# 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.2 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gswitchit + +MAINTAINER= sobomax@FreeBSD.org + +BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv + +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> diff --git a/x11/xfree86_xkb_xml/distinfo b/x11/xfree86_xkb_xml/distinfo new file mode 100644 index 000000000000..b948b0d591de --- /dev/null +++ b/x11/xfree86_xkb_xml/distinfo @@ -0,0 +1 @@ +MD5 (xfree86_xkb_xml-0.2.tar.gz) = 0a164cd2d57fd1212f66e2bc6f17ab0a diff --git a/x11/xfree86_xkb_xml/files/patch-Makefile.in b/x11/xfree86_xkb_xml/files/patch-Makefile.in new file mode 100644 index 000000000000..cdebe702d4c7 --- /dev/null +++ b/x11/xfree86_xkb_xml/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in 2002/05/31 10:47:09 1.1 ++++ Makefile.in 2002/05/31 10:47:21 +@@ -105,7 +105,7 @@ + VERSION = @VERSION@ + xkb_base = @xkb_base@ + +-SUBDIRS = m4 po intl ++SUBDIRS = m4 po + + xml_in_files = xfree86.xml.in + xml_DATA = $(xml_in_files:.xml.in=.xml) xkb.dtd diff --git a/x11/xfree86_xkb_xml/pkg-comment b/x11/xfree86_xkb_xml/pkg-comment new file mode 100644 index 000000000000..3089197af011 --- /dev/null +++ b/x11/xfree86_xkb_xml/pkg-comment @@ -0,0 +1 @@ +A little set of XML files useful for dealing with XKB rules diff --git a/x11/xfree86_xkb_xml/pkg-descr b/x11/xfree86_xkb_xml/pkg-descr new file mode 100644 index 000000000000..3089197af011 --- /dev/null +++ b/x11/xfree86_xkb_xml/pkg-descr @@ -0,0 +1 @@ +A little set of XML files useful for dealing with XKB rules diff --git a/x11/xfree86_xkb_xml/pkg-plist b/x11/xfree86_xkb_xml/pkg-plist new file mode 100644 index 000000000000..04e64ff287fe --- /dev/null +++ b/x11/xfree86_xkb_xml/pkg-plist @@ -0,0 +1,2 @@ +lib/X11/xkb/rules/xfree86.xml +lib/X11/xkb/rules/xkb.dtd |