aboutsummaryrefslogtreecommitdiff
path: root/x11/gsynaptics/Makefile
blob: 53fc3e2b80a0b90c56e0d9f4a4eb7e91d676de2f (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
# Created by: Norikatsu Shigemura <nork@FreeBSD.org>

PORTNAME=	gsynaptics
PORTVERSION=	0.9.16
PORTREVISION=	3
CATEGORIES=	x11
MASTER_SITES=	OSDN/${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GNOME Synaptics Touchpad setting tool

LICENSE=	GPLv2

RUN_DEPENDS=	xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics

USES=		gettext gmake gnome pathfix pkgconfig
USE_GNOME=	gconf2 libglade2 intltool
GNU_CONFIGURE=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>