18 lines
323 B
Makefile
18 lines
323 B
Makefile
PORTNAME= xf86-input-joystick
|
|
PORTVERSION= 1.6.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org joystick input driver
|
|
WWW= https://www.x.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= pathfix xorg-cat:driver
|
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|