2014-12-28 19:12:26 +01:00
|
|
|
# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xf86-input-egalax
|
|
|
|
PORTVERSION= 0.3
|
2015-10-13 09:45:08 +02:00
|
|
|
PORTREVISION= 1
|
2014-12-28 19:12:26 +01:00
|
|
|
CATEGORIES= x11-drivers
|
|
|
|
|
|
|
|
MAINTAINER= glebius@FreeBSD.org
|
|
|
|
COMMENT= eGalax touch screen input driver for X.Org
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= glebius
|
2015-05-07 22:24:15 +02:00
|
|
|
GH_TAGNAME= 7f1e4ac
|
2014-12-28 19:12:26 +01:00
|
|
|
DIST_SUBDIR= xorg/driver
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-12-28 21:11:53 +01:00
|
|
|
USES= autoreconf libtool pkgconfig
|
2014-12-28 19:12:26 +01:00
|
|
|
USE_XORG= xorg-server xproto xi inputproto xf86driproto glproto \
|
2015-10-13 09:45:08 +02:00
|
|
|
randrproto renderproto resourceproto scrnsaverproto \
|
|
|
|
xorg-macros presentproto
|
2014-12-28 19:12:26 +01:00
|
|
|
CONFIGURE_ENV= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|