Update x11/kactivitymanagerd to version 4.12.2
[dports.git] / x11 / libxkbcommon / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libxkbcommon
4 PORTVERSION=    0.3.1
5 CATEGORIES=     x11
6 MASTER_SITES=   http://xkbcommon.org/download/
7
8 MAINTAINER=     x11@FreeBSD.org
9 COMMENT=        Keymap handling library for toolkits and window systems
10
11 LICENSE=        MIT
12
13 USES=           gmake bison pathfix
14
15 GNU_CONFIGURE=  yes
16 USE_XZ=         yes
17 MAKE_JOBS_UNSAFE=       yes
18
19 CONFIGURE_ARGS= --without-default-layout \
20                 --without-default-model \
21                 --without-default-options \
22                 --without-default-rules \
23                 --without-default-variant \
24                 --without-doxygen
25
26 .include <bsd.port.mk>