Add xfree86_xkb_xml 0.2, a little set of XML files useful for
dealing with XKB rules.
This commit is contained in:
parent
5bb1ce5458
commit
c9b27b24bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60364
@ -126,6 +126,7 @@
|
||||
SUBDIR += xdtm
|
||||
SUBDIR += xfedor
|
||||
SUBDIR += xfishtank
|
||||
SUBDIR += xfree86_xkb_xml
|
||||
SUBDIR += xgrab
|
||||
SUBDIR += xkbctrl
|
||||
SUBDIR += xkbset
|
||||
|
26
x11/xfree86_xkb_xml/Makefile
Normal file
26
x11/xfree86_xkb_xml/Makefile
Normal file
@ -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>
|
1
x11/xfree86_xkb_xml/distinfo
Normal file
1
x11/xfree86_xkb_xml/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xfree86_xkb_xml-0.2.tar.gz) = 0a164cd2d57fd1212f66e2bc6f17ab0a
|
14
x11/xfree86_xkb_xml/files/patch-Makefile.in
Normal file
14
x11/xfree86_xkb_xml/files/patch-Makefile.in
Normal file
@ -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
|
1
x11/xfree86_xkb_xml/pkg-comment
Normal file
1
x11/xfree86_xkb_xml/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A little set of XML files useful for dealing with XKB rules
|
1
x11/xfree86_xkb_xml/pkg-descr
Normal file
1
x11/xfree86_xkb_xml/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
A little set of XML files useful for dealing with XKB rules
|
2
x11/xfree86_xkb_xml/pkg-plist
Normal file
2
x11/xfree86_xkb_xml/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/X11/xkb/rules/xfree86.xml
|
||||
lib/X11/xkb/rules/xkb.dtd
|
Loading…
Reference in New Issue
Block a user