freebsd-ports/archivers/laszip/Makefile
Alexey Dokuchaev 142171e3f3 For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
2012-12-18 07:57:31 +00:00

23 lines
451 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
USE_CMAKE= yes
USE_LDCONFIG= yes
CMAKE_DEFS+= -DCMAKE_USE_PTHREADS:BOOL=ON
post-install:
@${LN} -s liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5
.include <bsd.port.mk>