1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/archivers/laszip/Makefile
Rainer Hurling f6c06f8c9a Change the maintainer entry in rhurlin's ports
After I got a commit bit for ports, it is time now to change the maintainers entry in all 'owned' ports.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26398
2020-09-10 19:17:38 +00:00

23 lines
373 B
Makefile

# Created by: Rainer Hurling <rhurlin@gwdg.de>
# $FreeBSD$
PORTNAME= laszip
PORTVERSION= 3.4.3
CATEGORIES= archivers
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Library for lossless LAS compression
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++0x
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_PROJECT= LASzip
GNU_CONFIGURE= yes
.include <bsd.port.mk>