Files
ports/graphics/tslib/Makefile
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
280 B
Makefile

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>