summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-void/Makefile
blob: 4493a71bf8de1f8dd33913e690e3e96783be3e67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=	xf86-input-void
PORTVERSION=	${VOID_VERSION}
PORTREVISION=	${VOID_REVISION}
CATEGORIES=	x11-drivers

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X.Org void input driver

XORG_CAT=	driver
MAN4=		void.4x

.if defined(WITH_NEW_XORG)
VOID_VERSION=	1.4.0
VOID_REVISION=	0
.else
VOID_VERSION=	1.3.1
VOID_REVISION=	0
.endif


NO_STAGE=	yes
.include <bsd.port.mk>