summaryrefslogtreecommitdiff
path: root/x11/xf86-input-ws/Makefile
blob: 0de5ccbf23b1445cb232adc1add60458f5421a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
COMMENT =	input driver for wsmouse pointers devices
DISTNAME =	xf86-input-ws-1.3.0
CATEGORIES =	x11

HOMEPAGE =	https://xenocara.org/driver/xf86-input-ws

MAINTAINER =	xenocara@openbsd.org

# MIT
PERMIT_PACKAGE =	Yes

MASTER_SITES =		${MASTER_SITE_XENOCARA:=driver/}

MODULES =		xenocara

BUILD_DEPENDS =		x11/xorg-server

SEPARATE_BUILD =	Yes
CONFIGURE_STYLE =	gnu
CONFIGURE_ARGS+= 	--with-xorg-module-dir=${X11BASE}/lib/modules

NO_TEST =		Yes

pre-configure:
	@chmod +x ${WRKSRC}/configure


.include <bsd.port.mk>