36 lines
702 B
Makefile
36 lines
702 B
Makefile
# New ports collection makefile for: xf86-input-synaptics
|
|
# Date Created: 25 Sep 2008
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xf86-input-synaptics
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org synaptics input driver
|
|
|
|
CONFLICTS= synaptics-[0-9]*
|
|
|
|
USE_GNOME= gnomehack
|
|
USE_XORG= x11
|
|
XORG_CAT= driver
|
|
|
|
MAN1= syndaemon.1 \
|
|
synclient.1
|
|
MAN4= synaptics.4x
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/hal/fdi/policy/10osvendor
|
|
${INSTALL_DATA} ${WRKSRC}/fdi/11-x11-synaptics.fdi \
|
|
${PREFIX}/share/hal/fdi/policy/10osvendor/
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 700000
|
|
USE_GCC= 4.2+
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|