freebsd-ports/graphics/tslib/Makefile
Adriaan de Groot 34ca1c297e Update graphics/tslib to latest upstream release
This release is listed on GitHub, not on the tslib site yet. Just
two named changes: 32-bit build fixes, and FreeBSD build fixes
which mean the previously-submitted patch can be dropped.

Reported by:	portscout
2020-07-05 22:09:46 +00:00

20 lines
293 B
Makefile

# $FreeBSD$
PORTNAME= tslib
DISTVERSION= 1.22
CATEGORIES= graphics
MAINTAINER= adridg@FreeBSD.org
COMMENT= Touchscreen access library
LICENSE= LGPL21
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= libts
# - Waveshare requires Linux internals
CMAKE_OFF= enable-waveshare
.include <bsd.port.mk>