mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
c39ab192be
Additional port changes: * Changed to DISTVERSION * Added LICENSE and LICENSE_FILE * Added USES=localbase Reported by: portscout Approved by: tcberner (mentor, implicit)
23 lines
521 B
Makefile
23 lines
521 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= libtool localbase tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_XORG= x11
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|