summaryrefslogblamecommitdiffstats
path: root/x11-drivers/xf86-input-synaptics/Makefile
blob: c7d9420a06ed3ccd099fca40190cdc6a1428e941 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                         
                     




























                                                             
# 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.6.2
CATEGORIES= x11-drivers

MAINTAINER= x11@FreeBSD.org
COMMENT=    X.Org synaptics input driver

CONFLICTS=  synaptics-[0-9]*

LIB_DEPENDS+=   hal.1:${PORTSDIR}/sysutils/hal

USE_GNOME=  gnomehack
USE_XORG=   x11 xextproto videoproto
XORG_CAT=   driver

MAN1=       syndaemon.1 \
        synclient.1
MAN4=       synaptics.4x

post-install:
    ${MKDIR} ${PREFIX}/share/hal/fdi/policy/10osvendor
    ${INSTALL_DATA} ${WRKSRC}/conf/11-x11-synaptics.fdi \
        ${PREFIX}/share/hal/fdi/policy/10osvendor/

.if defined(WITH_NEW_XORG)
PLIST_SUB+= NEW="" OLD="@comment "
.else
PLIST_SUB+= NEW="@comment " OLD=""
.endif

.include <bsd.port.mk>