1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/graphics/librasterlite/Makefile
Danilo G. Baio c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00

35 lines
910 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= librasterlite
PORTVERSION= 1.1g
PORTREVISION= 10
CATEGORIES= graphics geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite
LICENSE= MPL11 GPLv2 LGPL21
LICENSE_COMB= dual
LIB_DEPENDS= libspatialite.so:databases/spatialite \
libsqlite3.so:databases/sqlite3 \
libgeotiff.so:graphics/libgeotiff \
libjbig.so:graphics/jbigkit \
libpng.so:graphics/png \
libgeos.so:graphics/geos \
libproj.so:graphics/proj \
libtiff.so:graphics/tiff \
libfreexl.so:textproc/freexl
GNU_CONFIGURE= yes
USES= gmake iconv jpeg libtool pathfix pkgconfig
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lsqlite3 -lm
.include <bsd.port.mk>