aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libxkbcommon/Makefile
blob: 9abb9a67f07241839b47683ca70a86a680154f5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=   libxkbcommon
PORTVERSION=    0.4.1
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

USE_XZ=     yes
USE_XORG=   xcb
MAKE_JOBS_UNSAFE=   yes

CONFIGURE_ARGS= --without-default-layout \
        --without-default-model \
        --without-default-options \
        --without-default-rules \
        --without-default-variant \
        --without-doxygen

.include <bsd.port.mk>