mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
489eee26b8
Changes: https://github.com/Esri/lerc/releases https://github.com/Esri/lerc/blob/master/CHANGELOG.md
20 lines
340 B
Makefile
20 lines
340 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= lerc
|
|
PORTVERSION= 3.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= C++ library for Limited Error Raster Compression
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
|
|
GH_ACCOUNT= Esri
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|