aboutsummaryrefslogtreecommitdiff
path: root/graphics/tslib/Makefile
blob: f538bbcc62a685ae2474d5335e8ebe784cdd464b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>