mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
17 lines
315 B
Makefile
17 lines
315 B
Makefile
PORTNAME= xf86-input-keyboard
|
|
PORTVERSION= 1.9.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org keyboard input driver
|
|
WWW= https://www.x.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg-cat:driver
|
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|