mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
deefbe5d0a
Update x11/setxkbmap to 1.3.2 This is a maintenance release Changelog: https://lists.x.org/archives/xorg-announce/2019-July/003007.html Obtained from: FreeBSD Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= setxkbmap
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Set the keyboard using the X Keyboard Extension
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xkbfile x11
|
|
|
|
CONFIGURE_ARGS= --with-xkb-config-root=${LOCALBASE}/share/X11/xkb
|
|
|
|
PLIST_FILES= bin/setxkbmap man/man1/setxkbmap.1.gz
|
|
|
|
.include <bsd.port.mk>
|