blob: b0198f84acf3c75486e0109db14a1603f132fa2f (
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
25
26
27
28
29
30
31
|
# New ports collection makefile for: xf86-input-egalax
# Date Created: 2 June 2010
# Whom: Gleb Smirnoff <glebius@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xf86-input-egalax
PORTVERSION= 0.2
CATEGORIES= x11-drivers
MASTER_SITES= LOCAL/glebius
MAINTAINER= glebius@FreeBSD.org
COMMENT= eGalax touch screen input driver for X.Org
LICENSE= BSD
XORG_CAT= driver
MAN4= egalax.4x
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800505
IGNORE= is useless without uep(4) kernel driver
.endif
.if defined(WITH_NEW_XORG)
IGNORE= does not build with X server 1.10
.endif
.include <bsd.port.post.mk>
|