14 lines
249 B
Makefile
14 lines
249 B
Makefile
PORTNAME= xf86-input-keyboard
|
|
PORTVERSION= 1.9.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org keyboard input driver
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg-cat:driver
|
|
|
|
.include <bsd.port.mk>
|