05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
20 lines
504 B
Makefile
20 lines
504 B
Makefile
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>
|