mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
291e62bf66
- Allow staging - Use single space for WWW PR: ports/183798 Submitted by: maintainer
24 lines
460 B
Makefile
24 lines
460 B
Makefile
# Created by: Rainer Hurling <rhurlin@gwdg.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= laszip
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://download.osgeo.org/laszip/
|
|
|
|
MAINTAINER= rhurlin@gwdg.de
|
|
COMMENT= Library for lossless LAS compression
|
|
|
|
LICENSE= LGPL3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_DEFS+= -DCMAKE_USE_PTHREADS:BOOL=ON
|
|
|
|
post-install:
|
|
@${LN} -s liblaszip.so.5.0.0 ${STAGEDIR}${PREFIX}/lib/liblaszip.so.5
|
|
|
|
.include <bsd.port.mk>
|