c4fd440051
* 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)
18 lines
373 B
Makefile
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>
|