1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/archivers/laszip/Makefile
William Grzybowski 291e62bf66 archivers/laszip: allow staging
- Allow staging
- Use single space for WWW

PR:		ports/183798
Submitted by:	maintainer
2013-11-09 11:31:36 +00:00

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>