Files
ports/graphics/tslib/Makefile
T
Daniel Engberg c4fd440051 graphics/tslib: Update to 1.23
* Switch to upstream release archive as recommended by Porters Handbook

Changelog: https://github.com/libts/tslib/releases/tag/1.23

PR:		283334
Approved by:	portmgr (maintainer timeout, 1+ month)
2025-01-15 20:42:17 +01:00

18 lines
373 B
Makefile

PORTNAME= tslib
DISTVERSION= 1.23
CATEGORIES= graphics
MASTER_SITES= https://github.com/libts/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= adridg@FreeBSD.org
COMMENT= Touchscreen access library
WWW= http://www.tslib.org/
LICENSE= LGPL21
USES= cmake pathfix tar:xz
# - Waveshare requires Linux internals
CMAKE_OFF= enable-waveshare
.include <bsd.port.mk>