freebsd-ports/x11-drivers/xf86-input-void/Makefile

30 lines
523 B
Makefile
Raw Normal View History

# New ports collection makefile for: xf86-input-void
# Date Created: 17 Feb 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $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
USE_XORG= xextproto videoproto
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
.include <bsd.port.mk>