- Update to 1.4.4 - remove a whitespace before end of line in pkg-descr (pet portlint) - delete files/patch-laz-perf_portable__endian.hpp patched upstream Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24481
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# Created by: lbartoletti <lbartoletti@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lazperf
|
|
DISTVERSION= 1.4.4
|
|
CATEGORIES= archivers databases geography
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.org
|
|
COMMENT= Alternative LAZ implementation for C++ and JavaScript
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hobu
|
|
GH_PROJECT= laz-perf
|
|
|
|
CMAKE_OFF= WITH_TESTS
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|