6538c93db2
Reviewed by: bapt Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10638
20 lines
312 B
Makefile
20 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xkbcomp
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Compile XKB keyboard description
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xkbfile
|
|
USES= pathfix
|
|
|
|
PLIST_FILES= bin/xkbcomp \
|
|
libdata/pkgconfig/xkbcomp.pc \
|
|
man/man1/xkbcomp.1.gz
|
|
|
|
.include <bsd.port.mk>
|