aboutsummaryrefslogtreecommitdiffstats
path: root/x11/linux-c7-libxkbcommon/Makefile
blob: 7603b50bbdaba523bc189a44e115171ea14f30d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	libxkbcommon
PORTVERSION=	0.7.1
DISTVERSIONSUFFIX=	-3.el7
PORTREVISION=	1
CATEGORIES=	x11 linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Keymap handling library (Linux CentOS ${LINUX_DIST_VER})
WWW=		https://xkbcommon.org/

USES=		cpe linux:c7
CPE_VENDOR=	xkbcommon
USE_LDCONFIG=	yes
USE_LINUX_RPM=	yes

DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>