freebsd-ports/x11/xkbcomp/Makefile
Matthew Rezny 6538c93db2 Update to 1.4.0
Reviewed by:	bapt
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10638
2017-05-12 17:04:06 +00:00

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>