blob: 2a213c29443fd6cda7828366bd8243965653a8ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|