freebsd-ports/x11/libsynaptics/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

22 lines
526 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 xorg
GNU_CONFIGURE= yes
USE_XORG= x11
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>