diff options
Diffstat (limited to 'x11/xfree86_xkb_xml')
-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 |
6 files changed, 45 insertions, 0 deletions
diff --git a/x11/xfree86_xkb_xml/Makefile b/x11/xfree86_xkb_xml/Makefile new file mode 100644 index 0000000..0bd0b98 --- /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 0000000..b948b0d --- /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 0000000..cdebe70 --- /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 0000000..3089197 --- /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 0000000..3089197 --- /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 0000000..04e64ff --- /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 |