blob: a5cafeab0e9ac2017fa330e24588a9fca94c4fd0 (
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
|
# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
# $FreeBSD$
PORTNAME= xf86-input-egalax
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= x11-drivers
MASTER_SITES= LOCAL/glebius
MAINTAINER= glebius@FreeBSD.org
COMMENT= eGalax touch screen input driver for X.Org
LICENSE= BSD2CLAUSE
XORG_CAT= driver
INSTALL_CMD= install-strip
.include <bsd.port.pre.mk>
.if defined(WITH_NEW_XORG)
IGNORE= does not build with X server 1.12
.endif
.include <bsd.port.post.mk>
|