mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
728e4103a3
Update x11/xkeyboard-config to 2.31
43 lines
986 B
Makefile
43 lines
986 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xkeyboard-config
|
|
PORTVERSION= 2.31
|
|
CATEGORIES= x11
|
|
MASTER_SITES= XORG/individual/data/${PORTNAME}
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Keyboard Configuration Database
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= xkbcomp:x11/xkbcomp
|
|
|
|
USES= gmake gnome localbase pathfix perl5 python:3.5+,build \
|
|
shebangfix xorg-cat:data
|
|
|
|
NO_ARCH= yes
|
|
USE_GNOME= libxslt:build
|
|
USE_PERL5= build
|
|
SHEBANG_FILES= rules/merge.py \
|
|
rules/compat/map-variants.py
|
|
|
|
CONFIGURE_ARGS= --with-xkb-base=${PREFIX}/share/X11/xkb \
|
|
--with-xkb-rules-symlink=xorg
|
|
|
|
OPTIONS_DEFINE= ETERSOFT NLS
|
|
ETERSOFT_DESC= Add pre-1918 Russian letters to typographic layout
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-tools iconv
|
|
ETERSOFT_EXTRA_PATCHES= ${FILESDIR}/etersoft-patch-symbols-typo
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}/var/lib/xkb
|
|
@${LN} -sf /var/lib/xkb ${STAGEDIR}${PREFIX}/share/X11/xkb/compiled
|
|
|
|
.include <bsd.port.mk>
|