1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11/libsynaptics/Makefile
Yuri Victorovich c39ab192be x11/libsynaptics: Update to 0.14.6c
Additional port changes:
* Changed to DISTVERSION
* Added LICENSE and LICENSE_FILE
* Added USES=localbase

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-13 19:15:13 +00:00

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>