forked from Lainports/freebsd-ports
This release is listed on GitHub, not on the tslib site yet. Just two named changes: 32-bit build fixes, and FreeBSD build fixes which mean the previously-submitted patch can be dropped. Reported by: portscout
20 lines
293 B
Makefile
20 lines
293 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|