opnsense-ports/graphics/tslib/Makefile
2022-09-07 22:33:21 +02:00

19 lines
308 B
Makefile

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