1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/x11/libxkbcommon/Makefile
Koop Mast 3bb1942cc4 Update the following Xorg components:
libXext to 1.3.3
libxcb and xcb-proto to 1.11
libxkbcommon to 0.5.0
pixman to 0.32.6
xinit to 1.3.4
xkeyboard-config to 2.13
xrandr to 1.4.3
xtrans to 1.3.5

Use INSTALL_TARGET=install-strip for stripping.
Drop @dirrm[try] from plist

Obtained from: xorg-dev repo
2014-11-01 14:44:14 +00:00

28 lines
536 B
Makefile

# $FreeBSD$
PORTNAME= libxkbcommon
PORTVERSION= 0.5.0
CATEGORIES= x11
MASTER_SITES= http://xkbcommon.org/download/
MAINTAINER= x11@FreeBSD.org
COMMENT= Keymap handling library for toolkits and window systems
LICENSE= MIT
XORG_CAT= lib
USES= gmake bison tar:xz
USE_XORG= xcb
MAKE_JOBS_UNSAFE= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --without-default-layout \
--without-default-model \
--without-default-options \
--without-default-rules \
--without-default-variant \
--without-doxygen
.include <bsd.port.mk>