Changeset View
Changeset View
Standalone View
Standalone View
x11-drivers/xf86-input-hyperpen/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= xf86-input-hyperpen | PORTNAME= xf86-input-hyperpen | ||||
PORTVERSION= ${HYPERVER} | PORTVERSION= 1.4.1 | ||||
PORTREVISION= ${HYPERREVISION} | PORTREVISION= 3 | ||||
CATEGORIES= x11-drivers | CATEGORIES= x11-drivers | ||||
MAINTAINER= x11@FreeBSD.org | MAINTAINER= x11@FreeBSD.org | ||||
COMMENT= X.Org hyperpen input driver | COMMENT= X.Org hyperpen input driver | ||||
XORG_CAT= driver | XORG_CAT= driver | ||||
.include <bsd.port.options.mk> | |||||
.if defined(WITH_NEW_XORG) | |||||
HYPERVER= 1.4.1 | |||||
HYPERREVISION= 2 | |||||
.else | |||||
HYPERVER= 1.3.0 | |||||
HYPERREVISION= 8 | |||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_xf86HyperPen.c | |||||
.endif | |||||
.include <bsd.port.mk> | .include <bsd.port.mk> |