blob: a240996010da79b6662325f29710620b4f1c30ee (
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
|
# $FreeBSD$
PORTNAME= xf86-input-magictouch
PORTVERSION= 1.0.0.5
PORTREVISION= 10
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org magictouch input driver
BROKEN= Does not compile
DEPRECATED= Does not compile
EXPIRATION_DATE=2014-05-01
.include <bsd.port.options.mk>
.if defined(WITH_NEW_XORG)
IGNORE= needs xf86_ansic.h which doesn't exist with recent xserver
.endif
XORG_CAT= driver
.include <bsd.port.mk>
|