20 lines
314 B
Makefile
20 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-input-mutouch
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org mutouch input driver
|
|
|
|
XORG_CAT= driver
|
|
MAN4= mutouch.4x
|
|
|
|
.if !defined(WITH_NEW_XORG)
|
|
IGNORE= does not build with xorg-server 1.7.7
|
|
.else
|
|
|
|
.endif
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|