mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
51a57b1c00
Project has moved to Github. While here: Remove old tweaks that aren't necessary anymore. Update LICENSE. Changes: https://raw.githubusercontent.com/LASzip/LASzip/3.2.2/ChangeLog Bump PORTREVISION of dependent port (math/pdal) due shlib change. PR: 227501 Submitted by: lbartoletti@tuxfamily.org Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
23 lines
354 B
Makefile
23 lines
354 B
Makefile
# Created by: Rainer Hurling <rhurlin@gwdg.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= laszip
|
|
PORTVERSION= 3.2.2
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= rhurlin@gwdg.de
|
|
COMMENT= Library for lossless LAS compression
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= LASzip
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|