summaryrefslogtreecommitdiff
path: root/x11/libsynaptics/Makefile
blob: 468bf5fc3cd08a00ad74b53e2cde143b03a88804 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	libsynaptics
DISTVERSION=	0.14.6c
CATEGORIES=	x11
MASTER_SITES=	http://qsynaptics.sourceforge.net/ \
		http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library to access the Xorg/XFree86 Synaptics TouchPad Driver
WWW=		https://qsynaptics.sourceforge.net/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		libtool localbase tar:bzip2 xorg
GNU_CONFIGURE=	yes
USE_XORG=	x11
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

.include <bsd.port.mk>